| <?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.ChromeBaseCheckBoxPreference |
| android:key="navigation_error" |
| android:title="@string/navigation_error_title" |
| android:summary="@string/navigation_error_summary" |
| android:defaultValue="true" /> |
| <org.chromium.chrome.browser.preferences.ChromeBaseCheckBoxPreference |
| android:key="search_suggestions" |
| android:title="@string/search_suggestions_title" |
| android:summary="@string/search_suggestions_summary" |
| android:defaultValue="true" /> |
| <org.chromium.chrome.browser.preferences.ChromeBaseCheckBoxPreference |
| android:key="safe_browsing_extended_reporting" |
| android:title="@string/safe_browsing_extended_reporting_title" |
| android:summary="@string/safe_browsing_extended_reporting_summary" /> |
| <org.chromium.chrome.browser.preferences.ChromeBaseCheckBoxPreference |
| android:key="safe_browsing_scout_reporting" |
| android:title="@string/safe_browsing_scout_reporting_title" |
| android:summary="@string/safe_browsing_scout_reporting_summary" /> |
| <org.chromium.chrome.browser.preferences.ChromeBaseCheckBoxPreference |
| android:key="safe_browsing" |
| android:title="@string/safe_browsing_title" |
| android:summary="@string/safe_browsing_summary" /> |
| <org.chromium.chrome.browser.preferences.ChromeBaseCheckBoxPreference |
| android:key="network_predictions" |
| android:title="@string/network_predictions_title" |
| android:persistent="false" /> |
| <Preference |
| android:key="usage_and_crash_reports" |
| android:title="@string/usage_and_crash_reports_title" |
| android:fragment="org.chromium.chrome.browser.preferences.privacy.UsageAndCrashReportsPreferenceFragment" /> |
| <Preference |
| android:fragment="org.chromium.chrome.browser.preferences.privacy.DoNotTrackPreference" |
| android:key="do_not_track" |
| android:title="@string/do_not_track_title" /> |
| <Preference |
| android:key="contextual_search" |
| android:title="@string/contextual_search_title" |
| android:fragment="org.chromium.chrome.browser.preferences.privacy.ContextualSearchPreferenceFragment" /> |
| <Preference |
| android:key="physical_web" |
| android:title="@string/physical_web_pref_title" |
| android:fragment="org.chromium.chrome.browser.preferences.privacy.PhysicalWebPreferenceFragment" /> |
| <Preference |
| android:key="clear_browsing_data" |
| android:title="@string/clear_browsing_data_title" |
| android:summary="@string/clear_browsing_data_summary" |
| android:fragment="org.chromium.chrome.browser.preferences.privacy.ClearBrowsingDataPreferences" /> |
| </PreferenceScreen> |