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

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

Issue 2745383002: MD Settings: announce search results (Closed)
Patch Set: dpapad@ review Created 3 years, 9 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_main/settings_main.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 c952c2464957bf6beee872476ced2c8930371fe1..4fa7bb82ce9c6b28366e60d65680a61556c86bf8 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
@@ -1478,11 +1478,12 @@ void AddPrivacyStrings(content::WebUIDataSource* html_source,
void AddSearchInSettingsStrings(content::WebUIDataSource* html_source) {
LocalizedString localized_strings[] = {
- {"searchPrompt", IDS_SETTINGS_SEARCH_PROMPT},
- {"searchNoResults", IDS_SETTINGS_SEARCH_NO_RESULTS},
- // TODO(dpapad): IDS_DOWNLOAD_CLEAR_SEARCH and IDS_MD_HISTORY_CLEAR_SEARCH
- // are identical, merge them to one and re-use here.
- {"clearSearch", IDS_DOWNLOAD_CLEAR_SEARCH},
+ {"searchPrompt", IDS_SETTINGS_SEARCH_PROMPT},
+ {"searchNoResults", IDS_SETTINGS_SEARCH_NO_RESULTS},
+ {"searchResults", IDS_SETTINGS_SEARCH_RESULTS},
+ // TODO(dpapad): IDS_DOWNLOAD_CLEAR_SEARCH and IDS_MD_HISTORY_CLEAR_SEARCH
+ // are identical, merge them to one and re-use here.
+ {"clearSearch", IDS_DOWNLOAD_CLEAR_SEARCH},
};
AddLocalizedStringsBulk(html_source, localized_strings,
arraysize(localized_strings));
« no previous file with comments | « chrome/browser/resources/settings/settings_main/settings_main.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698