Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Unified Diff: chrome/android/java/res/xml/clear_browsing_data_preferences.xml

Issue 2816723002: Add "Site Settings" option to Clear Browsing Data on Android (Closed)
Patch Set: fix deps Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/res/xml/clear_browsing_data_preferences.xml
diff --git a/chrome/android/java/res/xml/clear_browsing_data_preferences.xml b/chrome/android/java/res/xml/clear_browsing_data_preferences.xml
index 6e9c43db9a4d837c42980a75efc456eec897dc5c..712dc6c58a2fc3900a54ae5dfecca73816e25a61 100644
--- a/chrome/android/java/res/xml/clear_browsing_data_preferences.xml
+++ b/chrome/android/java/res/xml/clear_browsing_data_preferences.xml
@@ -38,6 +38,11 @@
android:persistent="false"
android:title="@string/clear_form_data_title" />
+ <org.chromium.chrome.browser.preferences.ClearBrowsingDataCheckBoxPreference
+ android:key="clear_site_settings_checkbox"
+ android:persistent="false"
+ android:title="@string/prefs_site_settings" />
+
<org.chromium.chrome.browser.preferences.ButtonPreference
android:key="clear_button"
android:title="@string/clear_data_delete" />

Powered by Google App Engine
This is Rietveld 408576698