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

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

Issue 1845853003: Split the footer in ClearBrowsingDataPreferences into two paragraphs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed icons, added annotation. Created 4 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.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 789c45dc96d0b27168da254a5525ca8ea98c312e..c4a7dd82b12890009de666c52a65588826f0e935 100644
--- a/chrome/android/java/res/xml/clear_browsing_data_preferences.xml
+++ b/chrome/android/java/res/xml/clear_browsing_data_preferences.xml
@@ -44,11 +44,13 @@
<Preference android:layout="@layout/divider_preference" />
- <org.chromium.chrome.browser.preferences.TextMessagePreference
- android:key="summary" />
-
- <org.chromium.chrome.browser.preferences.LearnMorePreference
- android:title="@string/learn_more"
- chrome:helpContext="@string/help_context_clear_browsing_data" />
+ <org.chromium.chrome.browser.preferences.TextMessageWithLinkAndIconPreference
+ android:key="google_summary"
+ android:summary="@string/clear_browsing_data_footnote_signed"
+ android:icon="@drawable/googleg" />
+
+ <org.chromium.chrome.browser.preferences.TextMessageWithLinkAndIconPreference
+ android:key="general_summary"
+ android:icon="@drawable/ic_info_grey" />
</PreferenceScreen>

Powered by Google App Engine
This is Rietveld 408576698