1 <link rel=
"import" href=
"chrome://resources/polymer/v1_0/polymer/polymer.html">
2 <link rel=
"import" href=
"chrome://resources/polymer/v1_0/iron-icons/iron-icons.html">
3 <link rel=
"import" href=
"chrome://resources/polymer/v1_0/paper-button/paper-button.html">
4 <link rel=
"import" href=
"chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button.html">
5 <link rel=
"import" href=
"chrome://resources/polymer/v1_0/paper-toolbar/paper-toolbar.html">
6 <dom-module id=
"route-details">
7 <link rel=
"import" type=
"css" href=
"../../media_router_common.css">
8 <link rel=
"import" type=
"css" href=
"route_details.css">
10 <paper-toolbar id=
"route-details-header">
11 <paper-icon-button icon=
"arrow-back" id=
"back-button" on-click=
"back_">
13 <span id=
"sink-name">[[sink.name]]
</span>
15 <div id=
"route-information">
16 <div id=
"route-title">
17 <span>[[route.title]]
</span>
19 <div id=
"route-status">
20 <span>[[activityStatus_]]
</span>
23 <paper-button raised
id=
"close-route-button" class=
"button"
24 on-click=
"closeRoute_">
25 <span>[[stopCastingButtonText_]]
</span>
28 <script src=
"route_details.js"></script>