Standardize naming of "data reduction" in Android UI code.
[chromium-blink-merge.git] / chrome / android / java / res / xml / main_preferences.xml
blobc5e1e5837ad8d36d20304549e4ee9d95baa919db
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.SignInPreference
9         android:key="sign_in"
10         android:title="@string/sign_in_to_chrome" />
12     <PreferenceCategory
13         android:title="@string/prefs_section_basics"/>
14     <org.chromium.chrome.browser.preferences.SearchEnginePreference
15         android:key="search_engine"
16         android:title="@string/prefs_search_engine"/>
17     <Preference
18         android:fragment="org.chromium.chrome.browser.preferences.DocumentModePreference"
19         android:key="document_mode"
20         android:title="@string/tabs_and_apps_title" />
21     <org.chromium.chrome.browser.preferences.ChromeBasePreference
22         android:fragment="org.chromium.chrome.browser.preferences.autofill.AutofillPreferences"
23         android:key="autofill_settings"
24         android:title="@string/prefs_autofill" />
25     <org.chromium.chrome.browser.preferences.ChromeBasePreference
26         android:fragment="org.chromium.chrome.browser.preferences.password.SavePasswordsPreferences"
27         android:key="saved_passwords"
28         android:title="@string/prefs_saved_passwords" />
29     <Preference
30         android:fragment="org.chromium.chrome.browser.preferences.HomepagePreferences"
31         android:key="homepage"
32         android:title="@string/options_homepage_title" />
34     <PreferenceCategory
35         android:title="@string/prefs_section_advanced"/>
36     <Preference
37         android:fragment="org.chromium.chrome.browser.preferences.privacy.PrivacyPreferences"
38         android:key="privacy"
39         android:title="@string/prefs_privacy" />
40     <Preference
41         android:fragment="org.chromium.chrome.browser.preferences.AccessibilityPreferences"
42         android:key="accessibility"
43         android:title="@string/prefs_accessibility" />
44     <Preference
45         android:fragment="org.chromium.chrome.browser.preferences.website.ContentPreferences"
46         android:key="content_settings"
47         android:title="@string/prefs_content_settings" />
48     <org.chromium.chrome.browser.preferences.ChromeBasePreference
49         android:fragment="org.chromium.chrome.browser.preferences.datareduction.DataReductionPreferences"
50         android:key="data_reduction"
51         android:title="@string/data_reduction_title" />
52     <Preference
53         android:fragment="org.chromium.chrome.browser.preferences.AboutChromePreferences"
54         android:key="about_chrome"
55         android:title="@string/prefs_about_chrome" />
57 </PreferenceScreen>