| 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 c6bd61e9c8974a24ba09e74782e48354025c8aa5..80fd8591fa37bd76c84d0d8225962db3c6a9b19d 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
|
| @@ -331,6 +331,8 @@ void AddBluetoothStrings(content::WebUIDataSource* html_source) {
|
| IDS_SETTINGS_BLUETOOTH_EXPAND_ACCESSIBILITY_LABEL},
|
| {"bluetoothNoDevices", IDS_SETTINGS_BLUETOOTH_NO_DEVICES},
|
| {"bluetoothNotConnected", IDS_SETTINGS_BLUETOOTH_NOT_CONNECTED},
|
| + {"bluetoothOff", IDS_SETTINGS_BLUETOOTH_OFF},
|
| + {"bluetoothOn", IDS_SETTINGS_BLUETOOTH_ON},
|
| {"bluetoothPageTitle", IDS_SETTINGS_BLUETOOTH},
|
| {"bluetoothPair", IDS_SETTINGS_BLUETOOTH_PAIR},
|
| {"bluetoothPairDevice", IDS_SETTINGS_BLUETOOTH_PAIR_DEVICE},
|
|
|