Chromium Code Reviews| Index: content/browser/bluetooth/bluetooth_metrics.h |
| diff --git a/content/browser/bluetooth/bluetooth_metrics.h b/content/browser/bluetooth/bluetooth_metrics.h |
| index 76e635724da23afc8e60dcee857374016bd72f40..af1ee60e32e1f71de4481f20d1e8d7af4efb68e3 100644 |
| --- a/content/browser/bluetooth/bluetooth_metrics.h |
| +++ b/content/browser/bluetooth/bluetooth_metrics.h |
| @@ -51,6 +51,7 @@ enum class CacheQueryOutcome { |
| NO_DEVICE = 2, |
| NO_SERVICE = 3, |
| NO_CHARACTERISTIC = 4, |
| + NO_DESCRIPTOR = 5, |
|
ortuno
2016/12/02 06:14:49
nit: Changes in this file are no longer relevant t
dougt
2016/12/02 18:31:27
Done.
|
| }; |
| // requestDevice() Metrics |
| @@ -236,6 +237,8 @@ enum class UMAGATTOperation { |
| CHARACTERISTIC_READ, |
| CHARACTERISTIC_WRITE, |
| START_NOTIFICATIONS, |
| + DESCRIPTOR_READ, |
| + DESCRIPTOR_WRITE, |
| // Note: Add new GATT Operations immediately above this line. |
| COUNT |
| }; |