Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1317)

Side by Side Diff: chrome/android/java_staging/res/xml/main_preferences.xml

Issue 1141283003: Upstream oodles of Chrome for Android code into Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: final patch? Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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. -->
5
6 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
7
8 <org.chromium.chrome.browser.preferences.SignInPreference
9 android:key="sign_in"
10 android:title="@string/sign_in_to_chrome" />
11
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.DocumentModePr eference"
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.Autof illPreferences"
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.Manag eSavedPasswordsPreferences"
27 android:key="saved_passwords"
28 android:title="@string/prefs_saved_passwords" />
29 <Preference
30 android:fragment="org.chromium.chrome.browser.preferences.HomepagePrefer ences"
31 android:key="homepage"
32 android:title="@string/options_homepage_title" />
33
34 <PreferenceCategory
35 android:title="@string/prefs_section_advanced"/>
36 <Preference
37 android:fragment="org.chromium.chrome.browser.preferences.privacy.Privac yPreferences"
38 android:key="privacy"
39 android:title="@string/prefs_privacy" />
40 <Preference
41 android:fragment="org.chromium.chrome.browser.preferences.AccessibilityP references"
42 android:key="accessibility"
43 android:title="@string/prefs_accessibility" />
44 <Preference
45 android:fragment="org.chromium.chrome.browser.preferences.website.Conten tPreferences"
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.bandwidth.Band widthReductionPreferences"
50 android:key="reduce_data_usage"
51 android:title="@string/reduce_data_usage_title" />
52 <Preference
53 android:fragment="org.chromium.chrome.browser.preferences.AboutChromePre ferences"
54 android:key="about_chrome"
55 android:title="@string/prefs_about_chrome" />
56
57 </PreferenceScreen>
OLDNEW
« no previous file with comments | « chrome/android/java_staging/res/xml/file_paths.xml ('k') | chrome/android/java_staging/res_default/mipmap-hdpi/app_icon.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698