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

Unified Diff: third_party/WebKit/Source/modules/bluetooth/BluetoothError.h

Issue 2729433002: bluetooth: Better disconnected error messages for GATT operations. (Closed)
Patch Set: rebase Created 3 years, 9 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
Index: third_party/WebKit/Source/modules/bluetooth/BluetoothError.h
diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothError.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothError.h
index 9ebdd14284a49ff2d4aec7063edef7dd1510b747..c6c5c5adc894abb3ab68a27a62fb1d8f36926797 100644
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothError.h
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothError.h
@@ -12,10 +12,11 @@
namespace blink {
// Used when generating DOMExceptions specific to each operation.
-// TODO(crbug.com/684445): Add DescriptorsRetrieval and GATTOperation.
+// TODO(crbug.com/684445): Add DescriptorsRetrieval.
enum class BluetoothOperation {
ServicesRetrieval,
CharacteristicsRetrieval,
+ GATT,
};
// These error codes requires detailed error messages.

Powered by Google App Engine
This is Rietveld 408576698