1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2014 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">
7 <org.chromium.chrome.browser.preferences.SearchEnginePreference
8 android:key="search_engine"
9 android:title="@string/prefs_search_engine"/>
11 android:fragment="org.chromium.chrome.browser.preferences.autofill.AutofillPreferences"
12 android:title="@string/prefs_autofill" />
14 android:fragment="org.chromium.chrome.browser.preferences.password.ManageSavedPasswordsPreferences"
15 android:title="@string/prefs_saved_passwords" />
17 android:fragment="org.chromium.chrome.browser.preferences.AccessibilityPreferences"
18 android:title="@string/prefs_accessibility" />
20 android:fragment="org.chromium.chrome.browser.preferences.website.ContentPreferences"
21 android:title="@string/prefs_content_settings" />
23 android:fragment="org.chromium.chrome.browser.preferences.AboutChromePreferences"
24 android:title="@string/prefs_about_chrome" />