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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1023823002: Report Bluetooth adapter status to UMA. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added when-logged comment to histogram Created 5 years, 9 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/signin/easy_unlock_service.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 4d36619ab5c661fca1ebe7526473152b376d5933..bc7a43e7e94c75b84eaca3097f58a92f08b2a715 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6648,6 +6648,22 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</details>
</histogram>
+<histogram name="EasyUnlock.BluetoothAvailability"
+ enum="EasyUnlockBluetoothType">
+ <owner>bcwhite@chromium.org</owner>
+ <summary>
+ Reports the type of Bluetooth adapter present in the device.
+ </summary>
+ <details>
+ Statistics about what Bluetooth capabilities are available will determine
+ how the EasyUnlock feature gets developed and deployed across platforms.
+
+ This value is logged only once during the lifetime of the Chrome process,
+ shortly after it starts up. If a Bluetooth USB adapter is inserted after
+ that point, the change will not be registered until Chrome restarts.
+ </details>
+</histogram>
+
<histogram name="EasyUnlock.ClickedButton" enum="EasyUnlockButton">
<owner>joshwoodward@google.com</owner>
<owner>tbarzic@chromium.org</owner>
@@ -47251,6 +47267,12 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="19" label="Password entry: Phone locked and tx power too high"/>
</enum>
+<enum name="EasyUnlockBluetoothType" type="int">
+ <int value="0" label="No adapter"/>
+ <int value="1" label="Normal"/>
+ <int value="2" label="Low energy"/>
+</enum>
+
<enum name="EasyUnlockButton" type="int">
<int value="0" label="Setup app launches"/>
<int value="1" label="Find device"/>
« no previous file with comments | « chrome/browser/signin/easy_unlock_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698