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 c6c5c5adc894abb3ab68a27a62fb1d8f36926797..1e3f90755bbf8706481a9baada7dd037a9459e78 100644 |
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothError.h |
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothError.h |
@@ -16,6 +16,7 @@ namespace blink { |
enum class BluetoothOperation { |
ServicesRetrieval, |
CharacteristicsRetrieval, |
+ DescriptorsRetrieval, |
GATT, |
}; |