summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/sync_options.html
blob: b6d85fa3c99e39e1a98cb940ebab64cd7cb3fa8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<div class="page hidden" id="syncPage">
  <h1 i18n-content="syncPage"></h1>
  <section>
    <h3 i18n-content="sync_title"></h3>
    <table class="option-control-table">
      <tr>
        <td class="option-name"><label><input id="settings-check"
            pref="sync.preferences" type="checkbox"><span
            i18n-content="syncsettings"></span></label></td>
        <td class="option-name"><label><input id="bookmarks-check"
            pref="sync.bookmarks" type="checkbox"><span
            i18n-content="syncbookmarks"></span></label></td>
      </tr>
      <tr>
        <td class="option-name"><label><input id="typedurls-check"
            pref="sync.typed_urls" type="checkbox"><span
            i18n-content="synctypedurls"></span></label></td>
        <td class="option-name"><label><input id="passwords-check"
            pref="sync.passwords" type="checkbox"><span
            i18n-content="syncpasswords"></span></label></td>
      </tr>
      <tr>
        <td class="option-name"><label><input id="extensions-check"
            pref="sync.extensions" type="checkbox"><span
            i18n-content="syncextensions"></span></label></td>
        <td class="option-name"><label><input id="autofill-check"
            pref="sync.autofill" type="checkbox"><span
            i18n-content="syncautofill"></span></label></td>
      </tr>
      <tr>
        <td class="option-name"><label><input id="themes-check"
            pref="sync.themes" type="checkbox"><span
            i18n-content="syncthemes"></span></label></td>
      </tr>
    </table>
  </section>
</div>