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

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: fix comments 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..b6d2c6944621d51b783bbaaf74c5a724d1e6fc0c 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.ClearBrowsingDataTabCheckBoxPreference
+ android:key="clear_site_settings_checkbox"
+ android:persistent="false"
+ android:title="@string/prefs_site_settings" />
</PreferenceScreen>

Powered by Google App Engine
This is Rietveld 408576698