| Index: content/browser/bluetooth/bluetooth_metrics.h
|
| diff --git a/content/browser/bluetooth/bluetooth_metrics.h b/content/browser/bluetooth/bluetooth_metrics.h
|
| index b226a8c3bbfc4984624c7be4e5e99521dc80a127..fe89e6aed279d653d713a4279f6b7742e10527aa 100644
|
| --- a/content/browser/bluetooth/bluetooth_metrics.h
|
| +++ b/content/browser/bluetooth/bluetooth_metrics.h
|
| @@ -184,6 +184,7 @@ enum UMAGATTOperationOutcome {
|
| NOT_AUTHORIZED = 10,
|
| NOT_PAIRED = 11,
|
| NOT_SUPPORTED = 12,
|
| + BLACKLISTED = 13,
|
| // Note: Add new GATT Outcomes immediately above this line.
|
| // Make sure to update the enum list in
|
| // tools/metrics/histograms/histograms.xml accordingly.
|
|
|