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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/android/java_staging/res/xml/main_preferences.xml
diff --git a/chrome/android/java_staging/res/xml/main_preferences.xml b/chrome/android/java_staging/res/xml/main_preferences.xml
new file mode 100644
index 0000000000000000000000000000000000000000..f2467c5379180cd5175db21976579d9991e95ea6
--- /dev/null
+++ b/chrome/android/java_staging/res/xml/main_preferences.xml
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright 2015 The Chromium Authors. All rights reserved.
+ Use of this source code is governed by a BSD-style license that can be
+ found in the LICENSE file. -->
+
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <org.chromium.chrome.browser.preferences.SignInPreference
+ android:key="sign_in"
+ android:title="@string/sign_in_to_chrome" />
+
+ <PreferenceCategory
+ android:title="@string/prefs_section_basics"/>
+ <org.chromium.chrome.browser.preferences.SearchEnginePreference
+ android:key="search_engine"
+ android:title="@string/prefs_search_engine"/>
+ <Preference
+ android:fragment="org.chromium.chrome.browser.preferences.DocumentModePreference"
+ android:key="document_mode"
+ android:title="@string/tabs_and_apps_title" />
+ <org.chromium.chrome.browser.preferences.ChromeBasePreference
+ android:fragment="org.chromium.chrome.browser.preferences.autofill.AutofillPreferences"
+ android:key="autofill_settings"
+ android:title="@string/prefs_autofill" />
+ <org.chromium.chrome.browser.preferences.ChromeBasePreference
+ android:fragment="org.chromium.chrome.browser.preferences.password.ManageSavedPasswordsPreferences"
+ android:key="saved_passwords"
+ android:title="@string/prefs_saved_passwords" />
+ <Preference
+ android:fragment="org.chromium.chrome.browser.preferences.HomepagePreferences"
+ android:key="homepage"
+ android:title="@string/options_homepage_title" />
+
+ <PreferenceCategory
+ android:title="@string/prefs_section_advanced"/>
+ <Preference
+ android:fragment="org.chromium.chrome.browser.preferences.privacy.PrivacyPreferences"
+ android:key="privacy"
+ android:title="@string/prefs_privacy" />
+ <Preference
+ android:fragment="org.chromium.chrome.browser.preferences.AccessibilityPreferences"
+ android:key="accessibility"
+ android:title="@string/prefs_accessibility" />
+ <Preference
+ android:fragment="org.chromium.chrome.browser.preferences.website.ContentPreferences"
+ android:key="content_settings"
+ android:title="@string/prefs_content_settings" />
+ <org.chromium.chrome.browser.preferences.ChromeBasePreference
+ android:fragment="org.chromium.chrome.browser.preferences.bandwidth.BandwidthReductionPreferences"
+ android:key="reduce_data_usage"
+ android:title="@string/reduce_data_usage_title" />
+ <Preference
+ android:fragment="org.chromium.chrome.browser.preferences.AboutChromePreferences"
+ android:key="about_chrome"
+ android:title="@string/prefs_about_chrome" />
+
+</PreferenceScreen>
« 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