| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 3c6a78301b1534c766e1303ea6176787e6b28bca..ac601580ac3999784f1b2df8a248482c09fb958b 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -4556,6 +4556,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
|
|
| <histogram name="Bluetooth.Web.Blacklist.ParsedNonEmptyString"
|
| enum="BooleanSuccess">
|
| + <obsolete>
|
| + Deprecated as of 11/2016, replaced by
|
| + Bluetooth.Web.Blocklist.ParsedNonEmptyString.
|
| + </obsolete>
|
| <owner>jyasskin@chromium.org</owner>
|
| <owner>ortuno@chromium.org</owner>
|
| <owner>scheib@chromium.org</owner>
|
| @@ -4568,6 +4572,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Bluetooth.Web.Blocklist.ParsedNonEmptyString"
|
| + enum="BooleanSuccess">
|
| + <owner>jyasskin@chromium.org</owner>
|
| + <owner>ortuno@chromium.org</owner>
|
| + <owner>scheib@chromium.org</owner>
|
| + <summary>
|
| + Records the result of BluetoothBlocklist::Add parsing a non-empty string.
|
| + These strings will be updated dynamically by a server, and this histogram
|
| + provides feedback that parsing is functioning correctly on clients.
|
| +
|
| + False values are BAD, a blocklist is failing to be applied correctly.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Bluetooth.Web.Characteristic.ReadValue.Outcome"
|
| enum="WebBluetoothGATTOperationOutcome">
|
| <owner>jyasskin@chromium.org</owner>
|
| @@ -104476,7 +104494,7 @@ value.
|
| <int value="10" label="Not Authorized"/>
|
| <int value="11" label="Not Paired"/>
|
| <int value="12" label="Not Supported"/>
|
| - <int value="13" label="Blacklisted"/>
|
| + <int value="13" label="Blocklisted"/>
|
| </enum>
|
|
|
| <enum name="WebBluetoothGetCharacteristicOutcome" type="int">
|
| @@ -104484,7 +104502,7 @@ value.
|
| <int value="1" label="No device"/>
|
| <int value="2" label="No service"/>
|
| <int value="3" label="Not found"/>
|
| - <int value="4" label="Blacklisted"/>
|
| + <int value="4" label="Blocklisted"/>
|
| <int value="5" label="No characteristics"/>
|
| </enum>
|
|
|
| @@ -104510,7 +104528,7 @@ value.
|
| <int value="10"
|
| label="Chooser insta-closed because Chrome isn't allowed to ask for
|
| permission to scan for BT devices"/>
|
| - <int value="11" label="Blacklisted service UUID in filter"/>
|
| + <int value="11" label="Blocklisted service UUID in filter"/>
|
| <int value="12" label="Bluetooth Overview Help link pressed."/>
|
| <int value="13" label="Adapter Off Help link pressed."/>
|
| <int value="14" label="Need Location Help link pressed."/>
|
|
|