| 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">
|
|
|