Chromium Code Reviews| 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 db987e528b10f15b94e7baa6343e22f01ef24aa3..70434b23e0085767f0ec0957a9dadd1dfb0ff052 100644 |
| --- a/third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h |
| +++ b/third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h |
| @@ -44,6 +44,7 @@ enum class WebBluetoothError { |
| NoBluetoothAdapter, |
| ChosenDeviceVanished, |
| ChooserCancelled, |
| + ChooserDisabled, |
| ChooserDeniedPermission, |
| ServiceNotFound, |
| CharacteristicNotFound, |