1 <link rel=
"import" href=
"chrome://resources/polymer/v1_0/polymer/polymer.html">
2 <link rel=
"import" href=
"chrome://resources/polymer/v1_0/paper-checkbox/paper-checkbox.html">
3 <link rel=
"import" href=
"chrome://resources/polymer/v1_0/paper-radio-button/paper-radio-button.html">
4 <link rel=
"import" href=
"chrome://resources/polymer/v1_0/paper-radio-group/paper-radio-group.html">
5 <link rel=
"import" href=
"chrome://resources/cr_elements/v1_0/cr_button/cr_button.html">
6 <link rel=
"import" href=
"chrome://md-settings/checkbox/checkbox.html">
8 <dom-module id=
"cr-settings-sync-page">
9 <link rel=
"import" type=
"css"
10 href=
"chrome://md-settings/settings_page/settings_page.css">
11 <link rel=
"import" type=
"css" href=
"sync_page.css">
13 <div i18n-content=
"syncPageTitle"></div>
15 <option value=
"sync-everything"
16 i18n-content=
"syncEverythingMenuOption">
18 <option value=
"choose-what-to-sync"
19 i18n-content=
"chooseWhatToSyncMenuOption">
22 <div class=
"checkbox-container">
23 <div class=
"checkbox-container-row">
25 <span i18n-content=
"appCheckboxLabel"></span>
28 <span i18n-content=
"extensionsCheckboxLabel"></span>
31 <span i18n-content=
"settingsCheckboxLabel"></span>
34 <div class=
"checkbox-container-row">
36 <span i18n-content=
"autofillCheckboxLabel"></span>
39 <span i18n-content=
"historyCheckboxLabel"></span>
42 <span i18n-content=
"themesAndWallpapersCheckboxLabel"></span>
45 <div class=
"checkbox-container-row">
47 <span i18n-content=
"bookmarksCheckboxLabel"></span>
50 <span i18n-content=
"passwordsCheckboxLabel"></span>
53 <span i18n-content=
"openTabsCheckboxLabel"></span>
57 <div i18n-content=
"encryptionOptionsTitle"></div>
58 <div i18n-content=
"syncDataEncryptedText"></div>
59 <paper-radio-group selected=
"encrypt-with-google">
60 <paper-radio-button name=
"encrypt-with-google"
61 i18n-content=
"encryptWithGoogleCredentialsLabel">
63 <paper-radio-button name=
"encrypt-with-passphrase"
64 i18n-content=
"encryptWithSyncPassphraseLabel">
68 <cr-button i18n-content=
"useDefaultSettingsButton"></cr-button>
69 <cr-button i18n-content=
"cancelButton"></cr-button>
70 <cr-button i18n-content=
"okButton"></cr-button>
73 <script src=
"sync_page.js"></script>