| OLD | NEW |
| 1 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> | 1 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> |
| 2 <link rel="import" href="chrome://resources/html/polymer.html"> | 2 <link rel="import" href="chrome://resources/html/polymer.html"> |
| 3 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html"> | 3 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html"> |
| 4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-a11y-keys/iron-a11
y-keys.html"> | 4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-a11y-keys/iron-a11
y-keys.html"> |
| 5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> | 5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> |
| 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-toggle-button/pap
er-toggle-button.html"> | 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-toggle-button/pap
er-toggle-button.html"> |
| 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input
.html"> | 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input
.html"> |
| 8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-radio-button/pape
r-radio-button.html"> | 8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-radio-button/pape
r-radio-button.html"> |
| 9 <link rel="import" href="chrome://resources/polymer/v1_0/paper-radio-group/paper
-radio-group.html"> | 9 <link rel="import" href="chrome://resources/polymer/v1_0/paper-radio-group/paper
-radio-group.html"> |
| 10 <link rel="import" href="sync_browser_proxy.html"> | 10 <link rel="import" href="sync_browser_proxy.html"> |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 <paper-toggle-button | 242 <paper-toggle-button |
| 243 checked="{{syncPrefs.paymentsIntegrationEnabled}}" | 243 checked="{{syncPrefs.paymentsIntegrationEnabled}}" |
| 244 on-change="onSingleSyncDataTypeChanged_" | 244 on-change="onSingleSyncDataTypeChanged_" |
| 245 disabled="[[shouldPaymentsCheckboxBeDisabled_( | 245 disabled="[[shouldPaymentsCheckboxBeDisabled_( |
| 246 syncPrefs.syncAllDataTypes, syncPrefs.autofillSynced)]]" | 246 syncPrefs.syncAllDataTypes, syncPrefs.autofillSynced)]]" |
| 247 aria-label="$i18n{enablePaymentsIntegrationCheckboxLabel}"> | 247 aria-label="$i18n{enablePaymentsIntegrationCheckboxLabel}"> |
| 248 </paper-toggle-button> | 248 </paper-toggle-button> |
| 249 </div> | 249 </div> |
| 250 </div> | 250 </div> |
| 251 | 251 |
| 252 <div class="settings-box two-line" actionable | 252 <a class="settings-box two-line" actionable tabindex="-1" target="_blank" |
| 253 on-tap="onActivityControlsTap_"> | 253 href="$i18nRaw{activityControlsUrl}" on-tap="onActivityControlsTap_"> |
| 254 <div class="start"> | 254 <div class="start"> |
| 255 $i18n{personalizeGoogleServicesTitle} | 255 $i18n{personalizeGoogleServicesTitle} |
| 256 <div class="secondary" id="activityControlsSecondary"> | 256 <div class="secondary" id="activityControlsSecondary"> |
| 257 $i18n{personalizeGoogleServicesText} | 257 $i18n{personalizeGoogleServicesText} |
| 258 </div> | 258 </div> |
| 259 </div> | 259 </div> |
| 260 <button class="icon-external" is="paper-icon-button-light" | 260 <button class="icon-external" is="paper-icon-button-light" |
| 261 aria-label="$i18n{personalizeGoogleServicesTitle}" | 261 aria-label="$i18n{personalizeGoogleServicesTitle}" |
| 262 aria-describedby="activityControlsSecondary"></button> | 262 aria-describedby="activityControlsSecondary"></button> |
| 263 </div> | 263 </a> |
| 264 | 264 |
| 265 <div class="settings-box" actionable on-tap="onManageSyncedDataTap_"> | 265 <a class="settings-box" actionable tabindex="-1" target="_blank" |
| 266 href="$i18nRaw{syncDashboardUrl}"> |
| 266 <div class="start"> | 267 <div class="start"> |
| 267 $i18n{manageSyncedDataTitle} | 268 $i18n{manageSyncedDataTitle} |
| 268 </div> | 269 </div> |
| 269 <button class="icon-external" is="paper-icon-button-light" | 270 <button class="icon-external" is="paper-icon-button-light" |
| 270 aria-label="$i18n{manageSyncedDataTitle}"></button> | 271 aria-label="$i18n{manageSyncedDataTitle}"></button> |
| 271 </div> | 272 </a> |
| 272 | 273 |
| 273 <div id="encryptionDescription" hidden="[[syncPrefs.passphraseRequired]]" | 274 <div id="encryptionDescription" hidden="[[syncPrefs.passphraseRequired]]" |
| 274 class="settings-box two-line single-column"> | 275 class="settings-box two-line single-column"> |
| 275 <div>$i18n{encryptionOptionsTitle}</div> | 276 <div>$i18n{encryptionOptionsTitle}</div> |
| 276 <div class="secondary">$i18n{syncDataEncryptedText}</div> | 277 <div class="secondary">$i18n{syncDataEncryptedText}</div> |
| 277 </div> | 278 </div> |
| 278 | 279 |
| 279 <div id="encryptionRadioGroupContainer" class="list-frame" | 280 <div id="encryptionRadioGroupContainer" class="list-frame" |
| 280 hidden="[[syncPrefs.passphraseRequired]]"> | 281 hidden="[[syncPrefs.passphraseRequired]]"> |
| 281 <paper-radio-group disabled$="[[syncPrefs.encryptAllData]]" | 282 <paper-radio-group disabled$="[[syncPrefs.encryptAllData]]" |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 confirmation_)]]"> | 330 confirmation_)]]"> |
| 330 $i18n{save} | 331 $i18n{save} |
| 331 </paper-button> | 332 </paper-button> |
| 332 </div> | 333 </div> |
| 333 </div> | 334 </div> |
| 334 </template> | 335 </template> |
| 335 </div> | 336 </div> |
| 336 </template> | 337 </template> |
| 337 <script src="sync_page.js"></script> | 338 <script src="sync_page.js"></script> |
| 338 </dom-module> | 339 </dom-module> |
| OLD | NEW |