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..447dcc2fb853d3497d0139a6b8851baced245da7 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 |
| @@ -86,7 +86,7 @@ |
| if="[[!computeRouteDetailsHidden_(currentView_, issue)]]"> |
| <route-details id="route-details" route="[[currentRoute_]]" |
| available-cast-modes="[[computeAvailableCastModesForRoute_(currentRoute_)]]" |
| - replace-route-available="[[!currentLaunchingSinkId_]]" |
| + replace-route-available="[[computeReplaceRouteAvailable_(currentRoute_, currentLaunchingSinkId_, shownCastModeValue_)]]" |
|
apacible
2016/06/06 20:17:10
nit: Can you split this into two lines? With a rec
btolsch
2016/06/06 23:46:52
Nice! The line is gone now though.
|
| on-close-route="onCloseRoute_" |
| on-replace-route-click="onReplaceRouteClick_"> |
| </route-details> |