Index: content/browser/bluetooth/bluetooth_metrics.h |
diff --git a/content/browser/bluetooth/bluetooth_metrics.h b/content/browser/bluetooth/bluetooth_metrics.h |
index c48e95d8649241b20d56fe703d43b7297a45928a..f3bca00b0197e6288b1795ff826d5e7031926cb7 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, |
}; |
// requestDevice() Metrics |
@@ -235,6 +236,8 @@ enum class UMAGATTOperation { |
CHARACTERISTIC_READ, |
CHARACTERISTIC_WRITE, |
START_NOTIFICATIONS, |
+ DESCRIPTOR_READ, |
+ DESCRIPTOR_WRITE, |
// Note: Add new GATT Operations immediately above this line. |
COUNT |
}; |