summaryrefslogtreecommitdiffstats
path: root/chrome/android/shell/res/xml/chrome_shell_main_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/android/shell/res/xml/chrome_shell_main_preferences.xml')
-rw-r--r--chrome/android/shell/res/xml/chrome_shell_main_preferences.xml25
1 files changed, 0 insertions, 25 deletions
diff --git a/chrome/android/shell/res/xml/chrome_shell_main_preferences.xml b/chrome/android/shell/res/xml/chrome_shell_main_preferences.xml
deleted file mode 100644
index e20dcc6..0000000
--- a/chrome/android/shell/res/xml/chrome_shell_main_preferences.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright 2014 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.SearchEnginePreference
- android:key="search_engine"
- android:title="@string/prefs_search_engine"/>
- <Preference
- android:fragment="org.chromium.chrome.browser.preferences.autofill.AutofillPreferences"
- android:title="@string/prefs_autofill" />
- <Preference
- android:fragment="org.chromium.chrome.browser.preferences.password.SavePasswordsPreferences"
- android:title="@string/prefs_saved_passwords" />
- <Preference
- android:fragment="org.chromium.chrome.browser.preferences.AccessibilityPreferences"
- android:title="@string/prefs_accessibility" />
- <Preference
- android:fragment="org.chromium.chrome.browser.preferences.website.SiteSettingsPreferences"
- android:title="@string/prefs_site_settings" />
- <Preference
- android:fragment="org.chromium.chrome.browser.preferences.AboutChromePreferences"
- android:title="@string/prefs_about_chrome" />
-</PreferenceScreen>