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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 1859373002: Add a one-time notice about other forms of browsing history. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Static inner classes. 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/strings/android_chrome_strings.grd
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index c84bddaae9cf75f3b1d25d75345f9abb144da6a1..c04f4944b68339f5838f186f350366e3e1e76066 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -427,6 +427,18 @@ For example, some websites may respond to this request by showing you ads that a
<message name="IDS_CLEAR_BROWSING_DATA_FOOTNOTE_SIGNED_AND_OTHER_FORMS_OF_HISTORY" desc="A summary string at the bottom of the Clear Browsing Data dialog, informing the user that deleting cookies will not sign them out of their Google account, and also that there are other forms of browsing history present.">
You won’t be signed out of your Google account. Your Google account may have other forms of browsing history at <ph name="BEGIN_LINK">&lt;link&gt;</ph>history.google.com<ph name="END_LINK">&lt;/link&gt;</ph>.
</message>
+ <message name="IDS_CLEAR_BROWSING_DATA_HISTORY_DIALOG_TITLE" desc="Title of a dialog that is shown after the deletion of browsing history finished.">
+ Cleared Chrome data
+ </message>
+ <message name="IDS_CLEAR_BROWSING_DATA_HISTORY_DIALOG_DATA_REMOVED" desc="Text of the first paragraph in a dialog that is shown after the deletion of browsing history items finished, indicating that the selected data has been removed.">
+ The selected data has been removed from Chrome and your synced devices.
+ </message>
+ <message name="IDS_CLEAR_BROWSING_DATA_HISTORY_DIALOG_OTHER_FORMS_OF_HISTORY" desc="Text of the second paragraph in a dialog that is shown after the deletion of browsing history items finished, indicating that clearing Chrome browsing history did not clear other forms of browsing history.">
+ Your Google account may have other forms of browsing history like searches and activity from other Google services at <ph name="BEGIN_LINK">&lt;link&gt;</ph>history.google.com<ph name="END_LINK">&lt;/link&gt;</ph>.
+ </message>
+ <message name="IDS_CLEAR_BROWSING_DATA_HISTORY_DIALOG_POSITIVE_BUTTON" desc="Title of the positive button of the dialog that is shown after the deletion of browsing history items finished.">
+ OK, got it
gone 2016/04/07 21:05:27 Make this a common string at the top underneath ID
msramek 2016/04/08 11:20:42 Done. Yes, I was a bit surprised that it's not a c
+ </message>
<message name="IDS_CLEAR_CACHE_TITLE" desc="Title for Clear Cache in Clear Browsing Data dialog">
Cached images and files
</message>

Powered by Google App Engine
This is Rietveld 408576698