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

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

Issue 1137063002: Convert date_time_page to 0.8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Escape ampersand in XML file. Created 5 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: 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 d25da5e5408250ee863289c7852f0f5d7c5c3d95..c0fcd26b615862a06da0f2a38e9f9543da0ef844 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
@@ -87,6 +87,9 @@ void AddDownloadsStrings(content::WebUIDataSource* html_source) {
void AddDateTimeStrings(content::WebUIDataSource* html_source) {
html_source->AddLocalizedString(
+ "dateTimePageTitle",
+ IDS_SETTINGS_DATE_TIME_PAGE_TITLE);
+ html_source->AddLocalizedString(
"dateTimeTimeZoneLabel",
IDS_SETTINGS_DATE_TIME_TIME_ZONE_LABEL);
html_source->AddLocalizedString(

Powered by Google App Engine
This is Rietveld 408576698