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

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

Issue 1663983003: Add a time period dropdown to the CBD dialog on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 450415a33a5d56eea6f80009ae2d18308d862782..b4b80858c19f830b3519c9049ef075d0d4de07d2 100644
--- a/chrome/android/java/res/xml/clear_browsing_data_preferences.xml
+++ b/chrome/android/java/res/xml/clear_browsing_data_preferences.xml
@@ -7,6 +7,11 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:chrome="http://schemas.android.com/apk/res-auto">
+ <org.chromium.chrome.browser.preferences.SpinnerPreference
+ android:key="time_period_spinner"
+ android:persistent="false"
+ android:title="@string/clear_browsing_data_period_title" />
+
<org.chromium.chrome.browser.preferences.ChromeBaseCheckBoxPreference
android:key="clear_history_checkbox"
android:persistent="false"

Powered by Google App Engine
This is Rietveld 408576698