Chromium Code Reviews| Index: chrome/browser/resources/media_router/elements/media_router_container/media_router_container.html |
| diff --git a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.html b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.html |
| index 33522e69cb972ce56e754d2667fa921f02fb311a..c06651b0019fd25e251244672dcb3de0df43e40f 100644 |
| --- a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.html |
| +++ b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.html |
| @@ -85,8 +85,10 @@ |
| <template is="dom-if" |
| if="[[!computeRouteDetailsHidden_(currentView_, issue)]]"> |
| <route-details id="route-details" route="[[currentRoute_]]" |
| - available-cast-modes="[[computeAvailableCastModesForRoute_(currentRoute_)]]" |
| - replace-route-available="[[!currentLaunchingSinkId_]]" |
| + shown-cast-mode-value="[[shownCastModeValue_]]" |
| + sink="[[getSinkForRoute_(currentRoute_)]]" |
| + is-any-sink-currently-launching="[[ |
|
apacible
2016/06/08 20:00:53
nit: does this work if you do:
is-any-sink-curren
btolsch
2016/06/08 20:11:14
Done.
|
| + computeIsLaunching_(currentLaunchingSinkId_)]]" |
| on-close-route="onCloseRoute_" |
| on-replace-route-click="onReplaceRouteClick_"> |
| </route-details> |