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

Unified Diff: chrome/browser/resources/media_router/elements/route_details/route_details.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/route_details/route_details.html
diff --git a/chrome/browser/resources/media_router/elements/route_details/route_details.html b/chrome/browser/resources/media_router/elements/route_details/route_details.html
index 9fc321f67624a237377c4ceb2ad839ea412eeb63..8e5441a14e4b4a0567a8c40202019e52b95ae6a1 100644
--- a/chrome/browser/resources/media_router/elements/route_details/route_details.html
+++ b/chrome/browser/resources/media_router/elements/route_details/route_details.html
@@ -14,7 +14,7 @@
<div id="route-action-buttons" class="layout">
<paper-button flat class="route-button button"
id="start-casting-to-route-button"
- hidden$="[[!route.canJoin]]"
+ hidden$="[[computeCastButtonHidden_(route, availableCastModes, replaceRouteAvailable)]]"
on-tap="startCastingToRoute_">
<span>[[i18n('startCastingButtonText')]]</span>
</paper-button>

Powered by Google App Engine
This is Rietveld 408576698