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 55aac46cf83719c64b30920274b1e4721fc4baa1..d65c98b267078656f6e720b77621f24915609e0d 100644 |
| --- a/content/browser/bluetooth/bluetooth_metrics.h |
| +++ b/content/browser/bluetooth/bluetooth_metrics.h |
| @@ -291,6 +291,16 @@ void RecordDescriptorReadValueOutcome(UMAGATTOperationOutcome error); |
| // QueryCacheForDescriptor fails. |
| void RecordDescriptorReadValueOutcome(CacheQueryOutcome outcome); |
| +// Descriptor.writeValue() Metrics |
| +// There should be a call to this function for every call to |
| +// Send(BluetoothMsg_ReadDescriptorValueSuccess) and |
| +// Send(BluetoothMsg_ReadDescriptorValueError). |
| +void RecordDescriptorWriteValueOutcome(UMAGATTOperationOutcome error); |
| + |
| +// Records the outcome of a cache query for readValue. Should only be called if |
|
ortuno
2017/01/31 19:12:33
oops, missed this. This should be writeValue.
dougt
2017/01/31 21:01:23
Done.
|
| +// QueryCacheForDescriptor fails. |
| +void RecordDescriptorWriteValueOutcome(CacheQueryOutcome outcome); |
| + |
| enum class UMARSSISignalStrengthLevel { |
| LESS_THAN_OR_EQUAL_TO_MIN_RSSI, |
| LEVEL_0, |