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

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

Issue 1124973003: bluetooth: Add NetworkError for Bluetooth on Blink side (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 | « 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 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
};
« 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