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

Unified Diff: components/browsing_data_strings.grdp

Issue 2816723002: Add "Site Settings" option to Clear Browsing Data on Android (Closed)
Patch Set: fix deps Created 3 years, 7 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: components/browsing_data_strings.grdp
diff --git a/components/browsing_data_strings.grdp b/components/browsing_data_strings.grdp
index fef13a8b2c0d98c5bbc1afe0d0abb3420542afea..67110ee39f015a027dc2e216b152d10f2a63813f 100644
--- a/components/browsing_data_strings.grdp
+++ b/components/browsing_data_strings.grdp
@@ -37,6 +37,12 @@
=1 {1 password (synced)}
other {# passwords (synced)}}
</message>
+ <message name="IDS_DEL_SITE_SETTINGS_COUNTER" desc="A counter showing how many sites with site settings the user has.">
+ {COUNT, plural,
+ =0 {none}
+ =1 {1 site}
+ other {# sites}}
+ </message>
<message name="IDS_DEL_AUTOFILL_COUNTER_EMPTY" desc="A counter showing that the user has no form data stored.">
none
</message>
« no previous file with comments | « components/browsing_data/core/pref_names.cc ('k') | components/content_settings/core/browser/content_settings_pref.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698