Index: content/browser/bluetooth/bluetooth_metrics.h |
diff --git a/content/browser/bluetooth/bluetooth_metrics.h b/content/browser/bluetooth/bluetooth_metrics.h |
index fa50859017777d9c0e0dee0e4ee42b05bb34d408..5786ccc2a5a9f1c7e0a8d88a7fea31a3a2d82dd0 100644 |
--- a/content/browser/bluetooth/bluetooth_metrics.h |
+++ b/content/browser/bluetooth/bluetooth_metrics.h |
@@ -31,6 +31,7 @@ enum class UMAWebBluetoothFunction { |
CHARACTERISTIC_WRITE_VALUE = 5, |
CHARACTERISTIC_START_NOTIFICATIONS = 6, |
CHARACTERISTIC_STOP_NOTIFICATIONS = 7, |
+ REMOTE_GATT_SERVER_DISCONNECT = 8, |
// NOTE: Add new actions immediately above this line. Make sure to update |
// the enum list in tools/metrics/histograms/histograms.xml accordingly. |
COUNT |