Index: public/platform/modules/bluetooth/WebBluetoothError.h |
diff --git a/public/platform/modules/bluetooth/WebBluetoothError.h b/public/platform/modules/bluetooth/WebBluetoothError.h |
index 0197db47aa7e7135f49414947fbb20ff0bfa7431..5824c2cd69d7ef175b9dd0e52e8c78accafbdd38 100644 |
--- a/public/platform/modules/bluetooth/WebBluetoothError.h |
+++ b/public/platform/modules/bluetooth/WebBluetoothError.h |
@@ -13,6 +13,7 @@ namespace blink { |
// DOMExceptions. |
struct WebBluetoothError { |
enum ErrorType { |
+ NetworkError, |
NotFoundError, |
SecurityError |
}; |