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

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

Issue 2655043005: MD Settings: Bluetooth: Move device list to subpage (Closed)
Patch Set: . Created 3 years, 11 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
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},

Powered by Google App Engine
This is Rietveld 408576698