Chromium Code Reviews| Index: content/browser/bluetooth/bluetooth_metrics.h |
| diff --git a/content/browser/bluetooth/bluetooth_metrics.h b/content/browser/bluetooth/bluetooth_metrics.h |
| index 87cd83c607228d685636eeee1ce5405ce82f131f..0d2c90e9620dc7e935cf5f15f794ffb15e907771 100644 |
| --- a/content/browser/bluetooth/bluetooth_metrics.h |
| +++ b/content/browser/bluetooth/bluetooth_metrics.h |
| @@ -95,6 +95,13 @@ enum class UMAConnectGATTOutcome { |
| AUTH_REJECTED = 7, |
| AUTH_TIMEOUT = 8, |
| UNSUPPORTED_DEVICE = 9, |
| + ATTRIBUTE_LENGTH_INVALID = 10, |
|
scheib
2015/11/26 00:02:51
;) Don't sort list - because if enums have values
|
| + CONNECTION_CONGESTED = 11, |
| + INSUFFICIENT_ENCRYPTION = 12, |
| + OFFSET_INVALID = 13, |
| + READ_FAILED = 14, |
| + REQUEST_NOT_SUPPORTED = 15, |
| + WRITE_FAILED = 16, |
|
Kai Jiang
2015/11/29 10:40:51
Changed to 'WRITE_NOT_PERMITTED'
|
| // Note: Add new ConnectGATT outcomes immediately above this line. Make sure |
| // to update the enum list in tools/metrics/histograms/histograms.xml |
| // accordingly. |