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

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

Issue 1415103006: Non-Local Join for Media Router and Presentation API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing Logging Statements Created 5 years, 1 month 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 05b06301873303b457a84f317e032e0a8f09346a..f4f1ac755e5375beac4c2cd26b6aeda50bab7dc2 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
@@ -53,6 +53,7 @@
sink="[[computeSinkForCurrentRoute_(currentRoute_)]]"
on-back-click="showSinkList_"
on-close-route-click="onCloseRouteClick_"
+ can-join="[[computeCanJoin_(currentRoute_)]]"
hidden$="[[computeRouteDetailsHidden_(currentView_, issue)]]">
</route-details>
<div id="sink-list-view"

Powered by Google App Engine
This is Rietveld 408576698