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

Unified Diff: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc

Issue 1295903004: [MD settings] adding mock up of location page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed accidental change in last patch Created 5 years, 4 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
« no previous file with comments | « chrome/browser/resources/settings/settings_resources.grd ('k') | ui/webui/resources/polymer_resources.grdp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
diff --git a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
index af30f0ffe68674e161011c103b1ff4c5dde20d4e..8690bf71bc720b1fe7ede8c1913cae7f3be04c53 100644
--- a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
+++ b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
@@ -213,6 +213,8 @@ void AddPrivacyStrings(content::WebUIDataSource* html_source) {
IDS_SETTINGS_SITE_SETTINGS);
html_source->AddLocalizedString("clearBrowsingData",
IDS_SETTINGS_CLEAR_DATA);
+ html_source->AddLocalizedString("titleAndCount",
+ IDS_SETTINGS_TITLE_AND_COUNT);
}
void AddSearchStrings(content::WebUIDataSource* html_source) {
« no previous file with comments | « chrome/browser/resources/settings/settings_resources.grd ('k') | ui/webui/resources/polymer_resources.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698