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 f116b9cde329466c06d223116e0521fde81fadf2..b9aef69aaf18232cd7fc901f969611ef71111dfc 100644 |
--- a/third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h |
+++ b/third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h |
@@ -56,6 +56,8 @@ enum class WebBluetoothError { |
// SecurityError: |
GATTNotAuthorized, |
BlacklistedCharacteristicUUID, |
+ BlacklistedRead, |
+ BlacklistedWrite, |
NotAllowedToAccessService, |
RequestDeviceWithBlacklistedUUID, |
RequestDeviceWithUniqueOrigin, |