Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / android / java / res / xml / sync_customization_preferences.xml
blobd98e177b17fa08e61d34999870b23343dcc08bab
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2015 The Chromium Authors. All rights reserved.
3      Use of this source code is governed by a BSD-style license that can be
4      found in the LICENSE file. -->
6 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
8     <org.chromium.chrome.browser.preferences.ChromeSwitchPreference
9         android:key="sync_switch"
10         android:summaryOn="@string/text_on"
11         android:summaryOff="@string/text_off" />
13     <PreferenceCategory
14         android:key="sync_data_types"
15         android:title="@string/sync_data_types">
16         <org.chromium.chrome.browser.preferences.ChromeSwitchPreference
17             android:persistent="false"
18             android:key="sync_everything"
19             android:title="@string/sync_everything_pref"/>
20         <org.chromium.chrome.browser.preferences.ChromeBaseCheckBoxPreference
21             android:persistent="false"
22             android:key="sync_autofill"
23             android:title="@string/sync_autofill"/>
24         <org.chromium.chrome.browser.preferences.ChromeBaseCheckBoxPreference
25             android:persistent="false"
26             android:key="sync_bookmarks"
27             android:title="@string/sync_bookmarks"/>
28         <org.chromium.chrome.browser.preferences.ChromeBaseCheckBoxPreference
29             android:persistent="false"
30             android:key="sync_omnibox"
31             android:title="@string/sync_history"/>
32         <org.chromium.chrome.browser.preferences.ChromeBaseCheckBoxPreference
33             android:persistent="false"
34             android:key="sync_passwords"
35             android:title="@string/sync_passwords"/>
36         <org.chromium.chrome.browser.preferences.ChromeBaseCheckBoxPreference
37             android:persistent="false"
38             android:key="sync_recent_tabs"
39             android:title="@string/sync_recent_tabs"/>
40         <org.chromium.chrome.browser.preferences.ChromeBaseCheckBoxPreference
41             android:persistent="false"
42             android:key="sync_settings"
43             android:title="@string/sync_settings"/>
44     </PreferenceCategory>
45     <Preference
46         android:key="encryption"
47         android:title="@string/sync_encryption">
48     </Preference>
49     <Preference
50         android:key="sync_manage_data"
51         android:title="@string/sync_manage_data">
52     </Preference>
53 </PreferenceScreen>