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

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

Issue 1713283002: MD Settings: Manage search engines, polish to match latest mocks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@extract_listener_behavior
Patch Set: remove paper-button dependency Created 4 years, 10 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/search_engines_page/search_engines_page.js ('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 50e97fe1cd53c7ad2a5ccbcba3f53f23c1668930..2558ac145c0b85e53b5f52f3da70cf80daf2fa8a 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
@@ -706,6 +706,9 @@ void AddSearchEnginesStrings(content::WebUIDataSource* html_source) {
html_source->AddLocalizedString("searchEngines",
IDS_SETTINGS_SEARCH_ENGINES);
html_source->AddLocalizedString(
+ "searchEnginesDefault",
+ IDS_SETTINGS_SEARCH_ENGINES_DEFAULT_ENGINES);
+ html_source->AddLocalizedString(
"searchEnginesOther",
IDS_SETTINGS_SEARCH_ENGINES_OTHER_ENGINES);
html_source->AddLocalizedString(
« no previous file with comments | « chrome/browser/resources/settings/search_engines_page/search_engines_page.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698