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

Unified Diff: chrome/test/data/webui/settings/bluetooth_page_tests.js

Issue 2725463002: MD Settings: Update Bluetooth toggle UI to match spec. (Closed)
Patch Set: Elim unused IDS Created 3 years, 10 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/ui/webui/settings/md_settings_localized_strings_provider.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/settings/bluetooth_page_tests.js
diff --git a/chrome/test/data/webui/settings/bluetooth_page_tests.js b/chrome/test/data/webui/settings/bluetooth_page_tests.js
index 518c7669f2a41e0f1a5775fd3de4549e2aea5e8d..820f84c4bf45e9f5a01109f5d66bd5f39eb15132 100644
--- a/chrome/test/data/webui/settings/bluetooth_page_tests.js
+++ b/chrome/test/data/webui/settings/bluetooth_page_tests.js
@@ -38,10 +38,8 @@ suite('Bluetooth', function() {
suiteSetup(function() {
loadTimeData.overrideValues({
- bluetoothEnabled: 'bluetoothEnabled',
- bluetoothDisabled: 'bluetoothDisabled',
- bluetoothOn: 'bluetoothOn',
- bluetoothOff: 'bluetoothOff',
+ deviceOff: 'deviceOff',
+ deviceOn: 'deviceOn',
bluetoothConnected: 'bluetoothConnected',
bluetoothDisconnect: 'bluetoothDisconnect',
bluetoothPair: 'bluetoothPair',
« no previous file with comments | « chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698