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

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

Issue 1578353003: [MD settings] Appearance settings strings mocks changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/appearance_page/appearance_page.html ('k') | no next file » | 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 963a55620c12380b7983638af71a7ee91a2fcd2c..8e1d2f809c4803053135cade89e5a3b90605e714 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
@@ -103,6 +103,8 @@ void AddAppearanceStrings(content::WebUIDataSource* html_source) {
html_source->AddLocalizedString(
"appearancePageTitle", IDS_SETTINGS_APPEARANCE);
html_source->AddLocalizedString(
+ "exampleDotCom", IDS_SETTINGS_EXAMPLE_DOT_COM);
+ html_source->AddLocalizedString(
"setWallpaper", IDS_SETTINGS_SET_WALLPAPER);
html_source->AddLocalizedString(
"getThemes", IDS_SETTINGS_THEMES);
@@ -115,7 +117,7 @@ void AddAppearanceStrings(content::WebUIDataSource* html_source) {
html_source->AddLocalizedString(
"homePageNtp", IDS_SETTINGS_HOME_PAGE_NTP);
html_source->AddLocalizedString(
- "openThisPage", IDS_SETTINGS_OPEN_THIS_PAGE);
+ "other", IDS_SETTINGS_OTHER);
html_source->AddLocalizedString(
"changeHomePage", IDS_SETTINGS_CHANGE_HOME_PAGE);
html_source->AddLocalizedString(
« no previous file with comments | « chrome/browser/resources/settings/appearance_page/appearance_page.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698