| 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 4a25bce715013444b77a26428cb1c31372b3f213..d8dbfc424b8b8920d53a02ea08fa9f0176715d89 100644
|
| --- a/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
|
| +++ b/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
|
| @@ -53,24 +53,16 @@ enum WebBluetoothResult {
|
| CHARACTERISTIC_NO_LONGER_EXISTS,
|
| // NetworkError:
|
| CONNECT_ALREADY_IN_PROGRESS,
|
| - CONNECT_ATTRIBUTE_LENGTH_INVALID,
|
| CONNECT_AUTH_CANCELED,
|
| CONNECT_AUTH_FAILED,
|
| CONNECT_AUTH_REJECTED,
|
| CONNECT_AUTH_TIMEOUT,
|
| - CONNECT_CONNECTION_CONGESTED,
|
| - CONNECT_INSUFFICIENT_ENCRYPTION,
|
| - CONNECT_OFFSET_INVALID,
|
| - CONNECT_READ_NOT_PERMITTED,
|
| - CONNECT_REQUEST_NOT_SUPPORTED,
|
| CONNECT_UNKNOWN_ERROR,
|
| CONNECT_UNKNOWN_FAILURE,
|
| CONNECT_UNSUPPORTED_DEVICE,
|
| - CONNECT_WRITE_NOT_PERMITTED,
|
| DEVICE_NO_LONGER_IN_RANGE,
|
| GATT_NOT_PAIRED,
|
| GATT_OPERATION_IN_PROGRESS,
|
| - UNTRANSLATED_CONNECT_ERROR_CODE,
|
| // NotFoundError:
|
| NO_BLUETOOTH_ADAPTER,
|
| CHOSEN_DEVICE_VANISHED,
|
|
|