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

Unified Diff: public/platform/modules/bluetooth/WebBluetoothError.h

Issue 1179963002: bluetooth: Add DOMErrors in WebBluetooth Spec to WebBluetooth interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@bluetooth-read-value-impl
Patch Set: Created 5 years, 6 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 | « Source/modules/bluetooth/BluetoothError.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/modules/bluetooth/WebBluetoothError.h
diff --git a/public/platform/modules/bluetooth/WebBluetoothError.h b/public/platform/modules/bluetooth/WebBluetoothError.h
index 5824c2cd69d7ef175b9dd0e52e8c78accafbdd38..c22b050e1b7bf9b2a1869d108d1608f2fd1ea881 100644
--- a/public/platform/modules/bluetooth/WebBluetoothError.h
+++ b/public/platform/modules/bluetooth/WebBluetoothError.h
@@ -13,9 +13,14 @@ namespace blink {
// DOMExceptions.
struct WebBluetoothError {
enum ErrorType {
+ AbortError,
+ InvalidModificationError,
+ InvalidStateError,
NetworkError,
NotFoundError,
- SecurityError
+ NotSupportedError,
+ SecurityError,
+ SyntaxError
};
WebBluetoothError(ErrorType errorType, const WebString& message)
« no previous file with comments | « Source/modules/bluetooth/BluetoothError.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698