| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothError.cpp
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothError.cpp b/third_party/WebKit/Source/modules/bluetooth/BluetoothError.cpp
|
| index ff601f927851040566861b866ac35d00f4de67ae..734ada4a42071d6c1da965084102a13c82e32056 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothError.cpp
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothError.cpp
|
| @@ -48,7 +48,8 @@ DOMException* BluetoothError::take(ScriptPromiseResolver*, const WebBluetoothErr
|
| MAP_ERROR(NoBluetoothAdapter, NotFoundError, "Bluetooth adapter not available.");
|
| MAP_ERROR(ChosenDeviceVanished, NotFoundError, "User selected a device that doesn't exist anymore.");
|
| MAP_ERROR(ChooserCancelled, NotFoundError, "User cancelled the requestDevice() chooser.");
|
| - MAP_ERROR(ChooserDisabled, NotFoundError, "User or their enterprise policy has disabled Web Bluetooth globally.");
|
| + MAP_ERROR(ChooserDisabled, NotFoundError, "User or their enterprise policy has disabled Web Bluetooth.");
|
| + MAP_ERROR(KillSwitchEnabled, NotFoundError, "Web Bluetooth permission globally disabled.");
|
| MAP_ERROR(ChooserDeniedPermission, NotFoundError, "User denied the browser permission to scan for Bluetooth devices.");
|
| MAP_ERROR(ServiceNotFound, NotFoundError, "Service not found in device.");
|
| MAP_ERROR(CharacteristicNotFound, NotFoundError, "No Characteristics with specified UUID found in Service.");
|
|
|