| Index: third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h
|
| diff --git a/third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h b/third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h
|
| index d13ad850b0b9d35cb53b833435906cee5996b408..7891dc5144454860e607f647bf5d91ac5ca94b7d 100644
|
| --- a/third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h
|
| +++ b/third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h
|
| @@ -32,6 +32,13 @@ enum class WebBluetoothError {
|
| ConnectAuthRejected,
|
| ConnectAuthTimeout,
|
| ConnectUnsupportedDevice,
|
| + ConnectAttributeLengthInvalid,
|
| + ConnectConnectionCongested,
|
| + ConnectInsufficientEncryption,
|
| + ConnectOffsetInvalid,
|
| + ConnectReadFailed,
|
| + ConnectRequestNotSupported,
|
| + ConnectWriteFailed,
|
| UntranslatedConnectErrorCode,
|
| // NotFoundError:
|
| NoBluetoothAdapter,
|
|
|