| 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.
|
|
|