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

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: 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..43f5ee419e2a7c377746beaa07a5bfa6294f853d 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,6 +86,7 @@
if="[[!computeRouteDetailsHidden_(currentView_, issue)]]">
<route-details id="route-details" is-off-the-record="[[isOffTheRecord]]"
route="[[currentRoute_]]"
+ on-cast-new-media-click="onCastNewMediaClick_"
on-close-route-click="onCloseRouteClick_">
</route-details>
</template>

Powered by Google App Engine
This is Rietveld 408576698