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

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

Issue 1337993006: [MD settings] adding open this page text (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/app/settings_strings.grdp ('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 6855a326e4c2ce4d0e219083852e98c54732a086..d3dc762953a9e3d9386a2e5746079aac05c78eb5 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
@@ -81,6 +81,8 @@ void AddAppearanceStrings(content::WebUIDataSource* html_source) {
html_source->AddLocalizedString(
"homePageNtp", IDS_SETTINGS_HOME_PAGE_NTP);
html_source->AddLocalizedString(
+ "openThisPage", IDS_SETTINGS_OPEN_THIS_PAGE);
+ html_source->AddLocalizedString(
"changeHomePage", IDS_SETTINGS_CHANGE_HOME_PAGE);
html_source->AddLocalizedString(
"themesGalleryUrl", IDS_THEMES_GALLERY_URL);
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698