Index: content/common/bluetooth/bluetooth_error.h |
diff --git a/content/common/bluetooth/bluetooth_error.h b/content/common/bluetooth/bluetooth_error.h |
index 7e936c9290cd742b741df6ac61e24954797858e2..7ebf7aef8c10a1b8acc060b89c82a7d5ecb3d218 100644 |
--- a/content/common/bluetooth/bluetooth_error.h |
+++ b/content/common/bluetooth/bluetooth_error.h |
@@ -9,7 +9,12 @@ namespace content { |
// Error enumerations corresponding to blink::WebBluetoothError::ErrorType |
// used to create DOMExceptions. |
-enum class BluetoothError { NOT_FOUND, SECURITY, ENUM_MAX_VALUE = SECURITY }; |
+enum class BluetoothError { |
+ NOT_FOUND, |
+ NETWORK_ERROR, |
+ SECURITY, |
+ ENUM_MAX_VALUE = SECURITY |
+}; |
} // namespace content |