Index: content/browser/bluetooth/bluetooth_metrics.cc |
diff --git a/content/browser/bluetooth/bluetooth_metrics.cc b/content/browser/bluetooth/bluetooth_metrics.cc |
index 7a0b4722f7dd4bb77a30d4ca8497935cb0690ba4..d0496467e6005628afd1268d499c08335088acce 100644 |
--- a/content/browser/bluetooth/bluetooth_metrics.cc |
+++ b/content/browser/bluetooth/bluetooth_metrics.cc |
@@ -275,6 +275,10 @@ void RecordGATTOperationOutcome(UMAGATTOperation operation, |
case UMAGATTOperation::START_NOTIFICATIONS: |
RecordStartNotificationsOutcome(outcome); |
return; |
+ case UMAGATTOperation::DESCRIPTOR_READ: |
ortuno
2016/12/07 08:05:12
No need for these changes.
dougt
2016/12/07 19:50:34
Done.
|
+ case UMAGATTOperation::DESCRIPTOR_WRITE: |
+ // TODO(crbug.com/667319): Record descriptor interactions. |
+ return; |
case UMAGATTOperation::COUNT: |
NOTREACHED(); |
return; |