| <?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" |
| xmlns:app="http://schemas.android.com/apk/res-auto"> |
| |
| <org.chromium.chrome.browser.preferences.ChromeBaseCheckBoxPreference |
| android:key="can_make_payment" |
| android:title="@string/can_make_payment_title" |
| android:summary="@string/settings_can_make_payment_toggle_label" /> |
| <org.chromium.chrome.browser.preferences.ChromeBaseCheckBoxPreference |
| android:key="preload_pages" |
| android:title="@string/preload_pages_title" |
| android:summary="@string/preload_pages_summary" |
| android:persistent="false" /> |
| <org.chromium.chrome.browser.preferences.ChromeBasePreference |
| android:key="usage_stats_reporting" |
| android:title="@string/usage_stats_setting_title" |
| android:persistent="false" /> |
| <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="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.ClearBrowsingDataTabsFragment" /> |
| <org.chromium.chrome.browser.preferences.TextMessagePreference |
| android:key="sync_and_services_link" |
| android:summary="@string/privacy_sync_and_services_link" |
| app:allowDividerBelow="false" /> |
| </PreferenceScreen> |