| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 988cba66e31d5b6cc8570ad76b901902ab3f4564..fd38d1689770e878693cf7ab4a7d4fc7eb953752 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -5069,6 +5069,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Bluetooth.Web.Descriptor.WriteValue.Outcome"
|
| + enum="WebBluetoothGATTOperationOutcome">
|
| + <owner>jyasskin@chromium.org</owner>
|
| + <owner>ortuno@chromium.org</owner>
|
| + <owner>scheib@chromium.org</owner>
|
| + <summary>
|
| + Records the outcome of a call to descriptor.writeValue(). Used to know what
|
| + types of errors users are seeing. The results will be used to determine how
|
| + common these errors are and if we need to provide better error messages to
|
| + the users.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Bluetooth.Web.FunctionCall.Count" enum="WebBluetoothFunction">
|
| <owner>jyasskin@chromium.org</owner>
|
| <owner>ortuno@chromium.org</owner>
|
|
|