| Index: chrome/browser/resources/sync_confirmation/sync_confirmation.html
|
| diff --git a/chrome/browser/resources/sync_confirmation/sync_confirmation.html b/chrome/browser/resources/sync_confirmation/sync_confirmation.html
|
| index 5d287a5a7d55afe2d7bccb5e624c93707d6dc332..9ae07ffd4e8305333065794b468d0bad107216c1 100644
|
| --- a/chrome/browser/resources/sync_confirmation/sync_confirmation.html
|
| +++ b/chrome/browser/resources/sync_confirmation/sync_confirmation.html
|
| @@ -2,8 +2,9 @@
|
| <html i18n-values="dir:textdirection;lang:language">
|
| <head>
|
| <meta charset="utf-8">
|
| - <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
|
| + <link rel="import" href="chrome://resources/html/polymer.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
|
| + <link rel="import" href="chrome://resources/polymer/v1_0/paper-checkbox/paper-checkbox.html">
|
| <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
|
| <link rel="stylesheet" href="sync_confirmation.css"></link>
|
| </head>
|
| @@ -38,14 +39,35 @@
|
| </div>
|
| </div>
|
| </div>
|
| - <div class="sync-message"
|
| - i18n-values=".innerHTML:syncConfirmationChromeSyncBody"></div>
|
| - <div class="action-container">
|
| - <paper-button id="confirmButton"
|
| - i18n-content="syncConfirmationConfirmLabel"></paper-button>
|
| - <paper-button id="undoButton"
|
| - i18n-content="syncConfirmationUndoLabel"></paper-button>
|
| + <div class="message-container">
|
| + <div id="chrome-logo" class="logo"></div>
|
| + <div>
|
| + <div class="title"
|
| + i18n-content="syncConfirmationChromeSyncTitle"></div>
|
| + <div class="body text"
|
| + i18n-values=".innerHTML:syncConfirmationChromeSyncBody"></div>
|
| + </div>
|
| + </div>
|
| + <div class="message-container">
|
| + <div id="googleg-logo" class="logo"></div>
|
| + <div>
|
| + <div class="title"
|
| + i18n-content="syncConfirmationActivityControlsTitle"></div>
|
| + <div class="body text"
|
| + i18n-content="syncConfirmationActivityControlsBody"></div>
|
| + </div>
|
| </div>
|
| + <div class="message-container">
|
| + <paper-checkbox id="activityControlsCheckbox" class="body"
|
| + i18n-content="syncConfirmationActivityControlsCheckboxLabel">
|
| + </paper-checkbox>
|
| + </div>
|
| + </div>
|
| + <div class="action-container">
|
| + <paper-button id="confirmButton"
|
| + i18n-content="syncConfirmationConfirmLabel"></paper-button>
|
| + <paper-button id="undoButton"
|
| + i18n-content="syncConfirmationUndoLabel"></paper-button>
|
| </div>
|
| </div>
|
| </body>
|
|
|