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..bdcd870da5c269c218def78455a78c29b0a1bd03 100644 |
--- a/content/browser/bluetooth/bluetooth_metrics.h |
+++ b/content/browser/bluetooth/bluetooth_metrics.h |
@@ -236,6 +236,8 @@ enum class UMAGATTOperation { |
CHARACTERISTIC_READ, |
CHARACTERISTIC_WRITE, |
START_NOTIFICATIONS, |
+ DESCRIPTOR_READ, |
ortuno
2016/12/07 08:05:12
No need for these changes either.
dougt
2016/12/07 19:50:34
Done.
|
+ DESCRIPTOR_WRITE, |
// Note: Add new GATT Operations immediately above this line. |
COUNT |
}; |