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

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

Issue 1857523002: [Media Router WebUI] Set titles for buttons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/media_router_container/media_router_container.js
diff --git a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.js b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.js
index ca4f811f4b8de2aa550eb34910d41f8797d87523..f851e5e469d43ed403742302d369dd51ba4e1e3b 100644
--- a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.js
+++ b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.js
@@ -328,6 +328,18 @@ Polymer({
},
/**
+ * Title text for the search button.
+ * @private {string}
+ */
+ searchButtonTitle_: {
+ type: String,
+ readOnly: true,
+ value: function() {
+ return loadTimeData.getString('searchButtonTitle');
+ },
+ },
+
+ /**
* Label text for the user search input.
* @private {string}
*/

Powered by Google App Engine
This is Rietveld 408576698