Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <div id="sync-setup-overlay" class="page" hidden> | 1 <div id="sync-setup-overlay" class="page" hidden> |
| 2 <div class="close-button"></div> | 2 <div class="close-button"></div> |
| 3 <div id="sync-setup-configure" hidden> | 3 <div id="sync-setup-configure" hidden> |
| 4 <div id="confirm-sync-preferences"> | 4 <div id="confirm-sync-preferences"> |
| 5 <h1 i18n-content="confirmSyncPreferences"></h1> | 5 <h1 i18n-content="confirmSyncPreferences"></h1> |
| 6 <div id="sync-instructions-container" class="content-area"> | 6 <div id="sync-instructions-container" class="content-area"> |
| 7 <span i18n-content="chooseDataTypesInstructions"></span> | 7 <span i18n-content="chooseDataTypesInstructions"></span> |
| 8 <a id="encryption-help-link" target="_blank" | 8 <a id="encryption-help-link" target="_blank" |
| 9 i18n-values="href:syncEverythingHelpURL" i18n-content="learnMore"> | 9 i18n-values="href:syncEverythingHelpURL" i18n-content="learnMore"> |
| 10 </a> | 10 </a> |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 108 </div> | 108 </div> |
| 109 <div id="payments-integration-setting-area" class="checkbox"> | 109 <div id="payments-integration-setting-area" class="checkbox"> |
| 110 <label> | 110 <label> |
| 111 <input id="payments-integration-checkbox" type="checkbox"> | 111 <input id="payments-integration-checkbox" type="checkbox"> |
| 112 <span i18n-content="enablePaymentsIntegration"></span> | 112 <span i18n-content="enablePaymentsIntegration"></span> |
| 113 </label> | 113 </label> |
| 114 <a i18n-values="href:autofillHelpURL" target="_blank" | 114 <a i18n-values="href:autofillHelpURL" target="_blank" |
| 115 i18n-content="learnMore"></a> | 115 i18n-content="learnMore"></a> |
| 116 </div> | 116 </div> |
| 117 <div id="customize-sync-encryption-new"> | 117 <div id="customize-sync-encryption-new"> |
| 118 <hr> | |
| 119 <h4 i18n-content="encryptionSectionTitle"></h4> | 118 <h4 i18n-content="encryptionSectionTitle"></h4> |
| 120 <div id="encryption-section-message" | 119 <div id="encryption-section-message" |
| 121 i18n-content="encryptionSectionMessage"></div> | 120 i18n-content="encryptionSectionMessage"></div> |
| 122 <div id="sync-new-encryption-section-container"> | 121 <div id="sync-new-encryption-section-container"> |
| 123 <div class="radio"> | 122 <div class="radio"> |
| 124 <label> | 123 <label> |
| 125 <input id="basic-encryption-option" name="encrypt-new" | 124 <input id="basic-encryption-option" name="encrypt-new" |
| 126 type="radio" value="full"> | 125 type="radio" value="full"> |
| 127 <span id="basic-encryption-body" | 126 <span id="basic-encryption-body" |
| 128 i18n-content="basicEncryptionOption"></span> | 127 i18n-content="basicEncryptionOption"></span> |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 184 class="reset-value" | 183 class="reset-value" |
| 185 i18n-values="placeholder:passphraseLabel"> | 184 i18n-values="placeholder:passphraseLabel"> |
| 186 <div id="incorrect-passphrase" class="error" | 185 <div id="incorrect-passphrase" class="error" |
| 187 i18n-content="incorrectPassphrase" hidden> | 186 i18n-content="incorrectPassphrase" hidden> |
| 188 </div> | 187 </div> |
| 189 </div> | 188 </div> |
| 190 <div id="sync-passphrase-warning" | 189 <div id="sync-passphrase-warning" |
| 191 i18n-values=".innerHTML:passphraseRecover" hidden> | 190 i18n-values=".innerHTML:passphraseRecover" hidden> |
| 192 </div> | 191 </div> |
| 193 </div> | 192 </div> |
| 193 <div id="personalize-google-services"> | |
| 194 <div class="title"> | |
| 195 <h4 i18n-content="personalizeGoogleServicesTitle"></h4> | |
| 196 <div id="googleg-logo" class="logo"></div> | |
| 197 </div> | |
| 198 <div | |
| 199 i18n-values=".innerHTML:personalizeGoogleServicesMessage"> | |
|
Dan Beam
2016/04/14 04:05:56
nit: why are you wrapping this?
Moe
2016/04/14 14:26:53
My bad. The div initially had a class name. I late
| |
| 200 </div> | |
| 201 </div> | |
| 194 </div> | 202 </div> |
| 195 <div class="action-area"> | 203 <div class="action-area"> |
| 196 <div class="action-area-link-container"> | 204 <div class="action-area-link-container"> |
| 197 <a is="action-link" id="use-default-link" | 205 <a is="action-link" id="use-default-link" |
| 198 i18n-content="useDefaultSettings"></a> | 206 i18n-content="useDefaultSettings"></a> |
| 199 </div> | 207 </div> |
| 200 <div id="choose-datatypes-throbber" class="throbber"></div> | 208 <div id="choose-datatypes-throbber" class="throbber"></div> |
| 201 <div class="button-strip"> | 209 <div class="button-strip"> |
| 202 <input id="choose-datatypes-cancel" type="button" | 210 <input id="choose-datatypes-cancel" type="button" |
| 203 i18n-values="value:cancel"> | 211 i18n-values="value:cancel"> |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 237 </div> | 245 </div> |
| 238 </if> | 246 </if> |
| 239 </div> | 247 </div> |
| 240 <div class="action-area button-strip"> | 248 <div class="action-area button-strip"> |
| 241 <button id="stop-syncing-cancel" i18n-content="cancel"> | 249 <button id="stop-syncing-cancel" i18n-content="cancel"> |
| 242 <button id="stop-syncing-ok" class="default-button" | 250 <button id="stop-syncing-ok" class="default-button" |
| 243 i18n-content="stopSyncingConfirm"> | 251 i18n-content="stopSyncingConfirm"> |
| 244 </div> | 252 </div> |
| 245 </div> | 253 </div> |
| 246 </div> | 254 </div> |
| OLD | NEW |