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

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

Issue 2938173004: [Media Router] Add a supports_web_ui_controller attribute to MediaRoute (Closed)
Patch Set: Make Closure happy Created 3 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 606f299f31317aea3b299e297528709dc76c1691..bf90749150e966380aa0bfbd79c740e8b596556c 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
@@ -11,7 +11,7 @@
hidden$="[[!shouldShowRouteInfoOnly_(controllerType_)]]">
<span>[[activityStatus_]]</span>
</div>
- <template is="dom-if" if="[[!useWebUiRouteControls]]">
+ <template is="dom-if" if="[[shouldAttemptLoadingExtensionView_(route)]]">
<extension-view-wrapper id="extension-view-wrapper" route="[[route]]"
route-details-open-time="[[openTime_]]"
is-extension-view-ready="{{isExtensionViewReady}}"

Powered by Google App Engine
This is Rietveld 408576698