ozone: evdev: Sync caps lock LED state to evdev
[chromium-blink-merge.git] / chrome / android / shell / res / xml / chrome_shell_main_preferences.xml
blob0579649c99255777d853985fe5448f2b748e9b02
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"/>
10     <Preference
11         android:fragment="org.chromium.chrome.browser.preferences.autofill.AutofillPreferences"
12         android:title="@string/prefs_autofill" />
13     <Preference
14         android:fragment="org.chromium.chrome.browser.preferences.password.ManageSavedPasswordsPreferences"
15         android:title="@string/prefs_saved_passwords" />
16     <Preference
17         android:fragment="org.chromium.chrome.browser.preferences.AccessibilityPreferences"
18         android:title="@string/prefs_accessibility" />
19     <Preference
20         android:fragment="org.chromium.chrome.browser.preferences.website.ContentPreferences"
21         android:title="@string/prefs_content_settings" />
22     <Preference
23         android:fragment="org.chromium.chrome.browser.preferences.AboutChromePreferences"
24         android:title="@string/prefs_about_chrome" />
25 </PreferenceScreen>