| 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',
|
|
|