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

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

Issue 2644573003: Initial version of the split CBD dialog (Closed)
Patch Set: Created 3 years, 11 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..3ab15b2f08eb010c116e71fd38659fbf1dfee344 100644
--- a/chrome/android/java/res/xml/clear_browsing_data_preferences.xml
+++ b/chrome/android/java/res/xml/clear_browsing_data_preferences.xml
@@ -21,7 +21,8 @@
android:key="clear_cookies_checkbox"
android:persistent="false"
android:title="@string/clear_cookies_and_site_data_title"
- android:summaryOn="@string/clear_cookies_and_site_data_summary" />
+ android:summaryOn="@string/clear_cookies_and_site_data_summary"
+ android:summaryOff="@string/clear_cookies_and_site_data_summary" />
msramek 2017/01/18 17:06:39 In the old dialog, there should be no "off" summar
dullweber 2017/01/19 13:16:14 ok, I removed it here.
<org.chromium.chrome.browser.preferences.ClearBrowsingDataCheckBoxPreference
android:key="clear_cache_checkbox"

Powered by Google App Engine
This is Rietveld 408576698