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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2278003003: bluetooth: Fix layering violation in BluetoothChooserController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address isherman's comments Created 4 years, 3 months 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 | « chrome/browser/ui/bluetooth/bluetooth_chooser_controller.cc ('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 48e53f0b242d9ad8d9fa3e18d69c87245d86340c..781613dca752a95d4dbc7923984b534680952613 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -4431,6 +4431,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Bluetooth.Web.ChooserInteraction" enum="BooleanInvalid">
+ <owner>jyasskin@chromium.org</owner>
+ <owner>ortuno@chromium.org</owner>
+ <owner>scheib@chromium.org</owner>
+ <summary>
+ Counts how many times users interact with a regular chooser vs. an invalid
+ chooser. (A chooser is invalid when it's event handler becomes null.)
+ </summary>
+</histogram>
+
<histogram name="Bluetooth.Web.ConnectGATT.Outcome"
enum="WebBluetoothConnectGATTOutcome">
<owner>jyasskin@chromium.org</owner>
@@ -70014,6 +70024,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1" label="Foreground"/>
</enum>
+<enum name="BooleanInvalid" type="int">
+ <int value="0" label="Valid"/>
+ <int value="1" label="Invalid"/>
+</enum>
+
<enum name="BooleanIsLastSharedAppInfoRetrieved" type="int">
<int value="0" label="Not retrieved"/>
<int value="1" label="Retrieved"/>
« no previous file with comments | « chrome/browser/ui/bluetooth/bluetooth_chooser_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698