| 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));
|
|
|