| Index: content/browser/bluetooth/bluetooth_metrics.cc
|
| diff --git a/content/browser/bluetooth/bluetooth_metrics.cc b/content/browser/bluetooth/bluetooth_metrics.cc
|
| index 84421ee5778053c7f19c64baa74b14f077ea4a82..8cbd38d0da81034d2283504bb0e50560d8f0238b 100644
|
| --- a/content/browser/bluetooth/bluetooth_metrics.cc
|
| +++ b/content/browser/bluetooth/bluetooth_metrics.cc
|
| @@ -283,6 +283,9 @@ void RecordGATTOperationOutcome(UMAGATTOperation operation,
|
| case UMAGATTOperation::DESCRIPTOR_READ:
|
| RecordDescriptorReadValueOutcome(outcome);
|
| return;
|
| + case UMAGATTOperation::DESCRIPTOR_WRITE:
|
| + // TODO(683477) reporting for .writeValue()
|
| + return;
|
| case UMAGATTOperation::COUNT:
|
| NOTREACHED();
|
| return;
|
|
|