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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 1813023002: Add a notice about other forms of history to the CBD dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add_component
Patch Set: Update links, conditions 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 7348bec09b7561454bf1bec3cf5767d274bc2aa3..0052ba5134d5bad930c7f11d7a4a59ad391f6f9b 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -7581,6 +7581,15 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_CLEAR_BROWSING_DATA_SOME_STUFF_REMAINS_SIMPLE" desc="A text shown at the bottom of the Clear Browsing Data dialog, informing the user that some data types will not be cleared.">
Some settings that may reflect browsing habits will not be cleared.
</message>
+ <message name="IDS_CLEAR_BROWSING_DATA_HISTORY_FOOTER" desc="A text shown at the bottom of the Clear Browsing Data dialog, informing the user that deleting Chrome browsing history will not delete other forms of history stored at Google My Activity.">
+ Other forms of browsing history are still available at <ph name="BEGIN_LINK">&lt;a target="_blank" href="$1"&gt;</ph>Google My Activity<ph name="END_LINK">&lt;/a&gt;</ph>.
+ </message>
+ <message name="IDS_CLEAR_BROWSING_DATA_HISTORY_NOTICE" desc="A dialog informing the user that their Chrome browsing history was deleted, but other forms of history can still be found on Google My Activity.">
+ The selected data has been removed from Chrome. Other forms of browsing history are still available at <ph name="BEGIN_LINK">&lt;a target="_blank" href="$1"&gt;</ph>Google My Activity<ph name="END_LINK">&lt;/a&gt;</ph>.
+ </message>
+ <message name="IDS_CLEAR_BROWSING_DATA_HISTORY_NOTICE_TITLE" desc="Title of a dialog that informs the user that the deletion of Chrome's browsing data has been completed.">
+ Cleared Chrome data
+ </message>
<message name="IDS_CLEAR_BROWSING_DATA_SYNCED_DELETION" desc="Information that data which is synced across user's devices will be deleted from all those devices.">
This clears synced data from all devices.
</message>

Powered by Google App Engine
This is Rietveld 408576698