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 3e659775da6489d206e5e962574bd9b01b4f6338..482058726a09c3da6e08612f35d6d5c4db899740 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 |
@@ -368,7 +368,7 @@ void AddBluetoothStrings(content::WebUIDataSource* html_source) { |
{"bluetooth_requestPasskey", IDS_SETTINGS_BLUETOOTH_REQUEST_PASSKEY}, |
{"bluetooth_displayPasskey", IDS_SETTINGS_BLUETOOTH_DISPLAY_PASSKEY}, |
{"bluetooth_confirmPasskey", IDS_SETTINGS_BLUETOOTH_CONFIRM_PASSKEY}, |
- // These ids are generated in JS using 'bluetooth_result_' + a value from |
+ // These ids are generated in JS using 'bluetooth_connect_' + a value from |
// bluetoothPrivate.ConnectResultType (see bluetooth_private.idl). |
{"bluetooth_connect_attributeLengthInvalid", |
IDS_SETTINGS_BLUETOOTH_CONNECT_ATTRIBUTE_LENGTH_INVALID}, |
@@ -1509,7 +1509,6 @@ void AddSearchStrings(content::WebUIDataSource* html_source) { |
IDS_SETTINGS_SEARCH_OK_GOOGLE_SUBTEXT_ALWAYS_ON}, |
{"searchOkGoogleSubtextNoHardware", |
IDS_SETTINGS_SEARCH_OK_GOOGLE_SUBTEXT_NO_HARDWARE}, |
- {"searchOkGoogleLearnMore", IDS_SETTINGS_SEARCH_OK_GOOGLE_LEARN_MORE}, |
hcarmona
2017/03/20 18:19:30
How did you find this string was no longer used?
scottchen
2017/03/20 21:54:00
I manually checked the usages of every single-sent
|
{"searchOkGoogleAudioHistoryLabel", |
IDS_SETTINGS_SEARCH_OK_GOOGLE_AUDIO_HISTORY_LABEL}, |
{"searchOkGoogleAudioHistorySubtext", |