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

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

Issue 1218213007: Media Router: Update routes in sink list when routes are updated. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes per kmarshall@'s comments. Created 5 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/resources/media_router/elements/media_router_container/media_router_container.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9285c3e325cc607eba0cd56cecc7e912a147053e..e2df8608cc432346c0a9bcfa531c130c28fe0ddf 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
@@ -72,8 +72,11 @@
<span>[[item.name]]</span>
</div>
<div class="sink-text route"
- hidden$="[[computeRouteInSinkListHidden_(item.id)]]">
- <span>[[computeRouteInSinkListValue_(item.id)]]</span>
+ hidden$="[[computeRouteInSinkListHidden_(item.id,
+ sinkToRouteMap_)]]">
+ <span>[[
+ computeRouteInSinkListValue_(item.id, sinkToRouteMap_)
+ ]]</span>
</div>
</div>
</div>
« no previous file with comments | « no previous file | chrome/browser/resources/media_router/elements/media_router_container/media_router_container.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698