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

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

Issue 2816723002: Add "Site Settings" option to Clear Browsing Data on Android (Closed)
Patch Set: fixes Created 3 years, 8 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_tab.xml
diff --git a/chrome/android/java/res/xml/clear_browsing_data_preferences_tab.xml b/chrome/android/java/res/xml/clear_browsing_data_preferences_tab.xml
index 936298deb964bc1cc170fdf2a7e74810f64f1ade..7d58e5c1ee5be64a7932621d193f46fad6ee5fd0 100644
--- a/chrome/android/java/res/xml/clear_browsing_data_preferences_tab.xml
+++ b/chrome/android/java/res/xml/clear_browsing_data_preferences_tab.xml
@@ -42,4 +42,8 @@
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/clear_site_settings_title" />
</PreferenceScreen>

Powered by Google App Engine
This is Rietveld 408576698