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

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

Issue 2002293003: [Media Router] Allow casting new media to sink with existing route. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Combine close-route events, new first-action enum, changed comment Created 4 years, 7 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 14ccf7c9eba9a98d85d4356bcd05e00c83bd8859..549acfa5861e53c37c30280f4ec3aaf195e9985f 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,9 @@
if="[[!computeRouteDetailsHidden_(currentView_, issue)]]">
<route-details id="route-details" is-off-the-record="[[isOffTheRecord]]"
route="[[currentRoute_]]"
- on-close-route-click="onCloseRouteClick_">
+ available-cast-modes="[[computeAvailableCastModesForRoute_(currentRoute_)]]"
+ on-cast-new-media-click="onCastNewMediaClick_"
+ on-close-route-click="onCloseRoute_">
</route-details>
</template>
<div id="sink-list-view"

Powered by Google App Engine
This is Rietveld 408576698