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

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

Issue 1606303005: [Media Router] Add cloud services learn more link to first run flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 11 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 75e6bcf044886e757b736b4c0a3e4772f153905e..7f5bbdd7e2e9f1b05df5b00b30da6f106ee41d68 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
@@ -119,6 +119,15 @@ Polymer({
},
/**
+ * The URL to open when the cloud services pref learn more link is clicked.
+ * @type {string}
+ */
+ firstRunFlowCloudPrefLearnMoreUrl: {
+ type: String,
+ value: '',
+ },
+
+ /**
* The text for the cloud services preference description in the first run
* flow.
* @private {string}

Powered by Google App Engine
This is Rietveld 408576698