Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5587)

Unified Diff: chrome/browser/resources/media_router/elements/media_router_container/media_router_container.html

Issue 2062913002: [Media Router] Allow casting new media to sink with existing route. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 fd5c8b86cbab5371ed5de8be2b68e55ff7ebec46..8427b2b5aea8b2ed8445c163fdedffc281d0740f 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,7 +85,10 @@
<template is="dom-if"
if="[[!computeRouteDetailsHidden_(currentView_, issue)]]">
<route-details id="route-details" route="[[currentRoute_]]"
- on-close-route-click="onCloseRouteClick_">
+ available-cast-modes="[[computeAvailableCastModesForRoute_(currentRoute_)]]"
+ replace-route-available="[[!currentLaunchingSinkId_]]"
+ on-close-route-click="onCloseRoute_"
+ on-replace-route-click="onReplaceRouteClick_">
</route-details>
</template>
<div id="sink-list-view"

Powered by Google App Engine
This is Rietveld 408576698