Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1087)

Unified Diff: content/common/bluetooth/bluetooth_error.h

Issue 1118053003: bluetooth: Add NetworkError for Bluetooth on browser side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-connect-gatt-implementation
Patch Set: Remove from bluetooth_dispatcher_host so that we can commit Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/child/bluetooth/bluetooth_dispatcher.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/child/bluetooth/bluetooth_dispatcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698