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

Unified Diff: chrome/android/java_staging/res/xml/main_preferences.xml

Issue 1178323005: Move remaining resources from java_staging/res to java/res. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@res_default
Patch Set: renamed conflicting resource in chrome shell Created 5 years, 6 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
deleted file mode 100644
index f2467c5379180cd5175db21976579d9991e95ea6..0000000000000000000000000000000000000000
--- a/chrome/android/java_staging/res/xml/main_preferences.xml
+++ /dev/null
@@ -1,57 +0,0 @@
-<?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>

Powered by Google App Engine
This is Rietveld 408576698