[Android] [Android] Removed obsolete resource for clear data option

This commit is contained in:
samartnik
2021-11-15 21:44:20 -05:00
parent ecf14a3937
commit b75f3c62ca
2 changed files with 0 additions and 56 deletions
@@ -1,55 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) 2019 The Brave Authors. All rights reserved.
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this file,
You can obtain one at http://mozilla.org/MPL/2.0/. -->
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<org.chromium.components.browser_ui.settings.SpinnerPreference
android:key="time_period_spinner"
android:persistent="false"
android:title="@string/clear_browsing_data_tab_period_title"
app:singleLine="true" />
<org.chromium.chrome.browser.browsing_data.ClearBrowsingDataCheckBoxPreference
android:key="clear_history_checkbox"
android:persistent="false"
android:title="@string/clear_history_title"
android:summary="@string/clear_browsing_history_summary" />
<org.chromium.chrome.browser.browsing_data.ClearBrowsingDataCheckBoxPreference
android:key="clear_cookies_checkbox"
android:persistent="false"
android:title="@string/clear_cookies_and_site_data_title"
android:summary="@string/clear_cookies_and_site_data_summary_basic" />
<org.chromium.chrome.browser.browsing_data.ClearBrowsingDataCheckBoxPreference
android:key="clear_cache_checkbox"
android:persistent="false"
android:title="@string/clear_cache_title" />
<!-- TODO(samartnik): disabling option as it requires futher research
At the moment causes issue https://github.com/brave/brave-browser/issues/8737 -->
<!-- <org.chromium.chrome.browser.browsing_data.ClearBrowsingDataCheckBoxPreference
android:key="clear_downloads_checkbox"
android:persistent="false"
android:title="@string/clear_downloads_title" /> -->
<org.chromium.chrome.browser.browsing_data.ClearBrowsingDataCheckBoxPreference
android:key="clear_passwords_checkbox"
android:persistent="false"
android:title="@string/clear_passwords_title" />
<org.chromium.chrome.browser.browsing_data.ClearBrowsingDataCheckBoxPreference
android:key="clear_form_data_checkbox"
android:persistent="false"
android:title="@string/clear_form_data_title" />
<org.chromium.chrome.browser.browsing_data.ClearBrowsingDataCheckBoxPreference
android:key="clear_site_settings_checkbox"
android:persistent="false"
android:title="@string/prefs_site_settings" />
</PreferenceScreen>