| Index: content/browser/bluetooth/bluetooth_metrics.h
|
| diff --git a/content/browser/bluetooth/bluetooth_metrics.h b/content/browser/bluetooth/bluetooth_metrics.h
|
| index 65ad7b4f6160f3ea14802189c428c7ba330c7e80..55aac46cf83719c64b30920274b1e4721fc4baa1 100644
|
| --- a/content/browser/bluetooth/bluetooth_metrics.h
|
| +++ b/content/browser/bluetooth/bluetooth_metrics.h
|
| @@ -36,6 +36,7 @@ enum class UMAWebBluetoothFunction {
|
| SERVICE_GET_CHARACTERISTICS = 9,
|
| GET_PRIMARY_SERVICES = 10,
|
| DESCRIPTOR_READ_VALUE = 11,
|
| + DESCRIPTOR_WRITE_VALUE = 12,
|
| // NOTE: Add new actions immediately above this line. Make sure to update
|
| // the enum list in tools/metrics/histograms/histograms.xml accordingly.
|
| COUNT
|
| @@ -239,6 +240,7 @@ enum class UMAGATTOperation {
|
| CHARACTERISTIC_WRITE,
|
| START_NOTIFICATIONS,
|
| DESCRIPTOR_READ,
|
| + DESCRIPTOR_WRITE,
|
| // Note: Add new GATT Operations immediately above this line.
|
| COUNT
|
| };
|
|
|