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

Unified Diff: chrome/browser/resources/media_router/elements/route_details/route_details.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: Auto-Formatting Fixes 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/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 33ab8e62524b00f67ab3d15e66038dfdfd61a18c..f47a93139c2b2ca57fc1a470788c810cea4deac6 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,6 +14,10 @@
<extensionview id="custom-controller"
hidden$="[[isCustomControllerHidden_]]">
</extensionview>
+ <paper-button raised id="join-route-button" class="button"
mark a. foltz 2015/11/09 19:12:31 Where is the conditional that determines when this
matt.boetger 2015/11/09 19:24:35 I currently am working with Derek to make sure the
+ on-click="joinRoute_">
+ <span>[[joinCastingButtonText_]]</span>
+ </paper-button>
<paper-button raised id="close-route-button" class="button"
on-click="closeRoute_">
<span>[[stopCastingButtonText_]]</span>

Powered by Google App Engine
This is Rietveld 408576698