Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2557963003: bluetooth: Implement acceptAllDevices (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index fa706a0abbbd40865c5a2b8028b84f22f8ff53ab..bd4dec47f6f430e7e751cca4a9b4ef7d173ad03b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -4830,6 +4830,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>
@@ -75710,6 +75722,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="154" label="SWDH_SET_NAVIGATION_PRELOAD_HEADER_BAD_VALUE"/>
<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">
« no previous file with comments | « third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698