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

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: Rebase for imcheng@'s off-the-record change 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 fd5c8b86cbab5371ed5de8be2b68e55ff7ebec46..47f44dc005d94bb81406d176474de726dab418e1 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,9 @@
<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_)]]"
+ 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