| 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 c07a614edfa4c81be421bef2cd7377181a136f74..1c5806cb63e204d86033aff9b8c3ced7034fadaa 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothError.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothError.h
|
| @@ -12,12 +12,11 @@
|
| namespace blink {
|
|
|
| // Used when generating DOMExceptions specific to each operation.
|
| -// TODO(crbug.com/684445): Add DescriptorsRetrieval.
|
| enum class BluetoothOperation {
|
| kServicesRetrieval,
|
| kCharacteristicsRetrieval,
|
| kDescriptorsRetrieval,
|
| - GATT,
|
| + kGATT,
|
| };
|
|
|
| // These error codes requires detailed error messages.
|
|
|