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

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

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.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 ac39d2b46f6139064e7e4b2a97eb942b65d2ffbd..b4f378680948e23cb9ace0b037b76b070b2c51f9 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
@@ -22,12 +22,18 @@
<div id="first-run-text">[[firstRunFlowText_]]</div>
<template is="dom-if" if="[[showFirstRunFlowCloudPref]]">
<div id="first-run-flow-cloud-pref">
- <paper-checkbox checked id="first-run-cloud-checkbox">
+ <div>
+ <paper-checkbox checked id="first-run-cloud-checkbox">
+ </paper-checkbox>
+ </div>
+ <div>
<span>[[firstRunFlowCloudPrefText_]]</span>
- <span id="first-run-learn-more">
- [[firstRunFlowCloudLearnMore_]]
- </span>
- </paper-checkbox>
+ <a href="[[firstRunFlowCloudPrefLearnMoreUrl]]">
+ <span id="first-run-learn-more">
+ [[firstRunFlowCloudLearnMore_]]
+ </span>
+ </a>
+ </div>
</div>
</template>
<div id="first-run-button-container">

Powered by Google App Engine
This is Rietveld 408576698