| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index ca35c97d952057ac0ac97f6f9a04a65ad46a7b29..c9aeae0c1916d433ddc79eb11816d4e634a906b8 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -4832,6 +4832,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Bluetooth.Web.RequestDevice.Options.AcceptAllDevices"
|
| + enum="Boolean">
|
| + <owner>jyasskin@chromium.org</owner>
|
| + <owner>ortuno@chromium.org</owner>
|
| + <owner>scheib@chromium.org</owner>
|
| + <summary>
|
| + Records the value of 'acceptAllDevices' in RequestDeviceOptions. These
|
| + results will help us better understand the uses of the API and make changes
|
| + according to developers' behavior.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Bluetooth.Web.RequestDevice.Outcome"
|
| enum="WebBluetoothRequestDeviceOutcome">
|
| <owner>jyasskin@chromium.org</owner>
|
| @@ -76024,6 +76036,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <int value="155" label="MDDH_INVALID_SUBSCRIPTION_REQUEST"/>
|
| <int value="156" label="MDDH_INVALID_UNSUBSCRIPTION_REQUEST"/>
|
| <int value="157" label="AOAH_NONSENSE_DEVICE_ID"/>
|
| + <int value="158" label="BDH_INVALID_OPTIONS"/>
|
| </enum>
|
|
|
| <enum name="BadMessageReasonExtensions" type="int">
|
|
|