| Index: third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
|
| diff --git a/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom b/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
|
| index b94a0fb29cc5dbf4d17a1f3d90de4b3006d9e172..4c99ac596ed6f6fc86822355774f1c3b37e50cf7 100644
|
| --- a/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
|
| +++ b/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
|
| @@ -41,8 +41,9 @@ enum WebBluetoothError {
|
| NO_BLUETOOTH_ADAPTER,
|
| CHOSEN_DEVICE_VANISHED,
|
| CHOOSER_CANCELLED,
|
| - CHOOSER_DISABLED,
|
| - CHOOSER_DENIED_PERMISSION,
|
| + CHOOSER_NOT_SHOWN_API_GLOBALLY_DISABLED,
|
| + CHOOSER_NOT_SHOWN_API_LOCALLY_DISABLED,
|
| + CHOOSER_NOT_SHOWN_USER_DENIED_PERMISSION_TO_SCAN,
|
| SERVICE_NOT_FOUND,
|
| CHARACTERISTIC_NOT_FOUND,
|
| NO_CHARACTERISTICS_FOUND,
|
|
|