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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 26482003: Geolocation: log the number of wifi access points used to determine location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use UMA_HISTOGRAM_CUSTOM_COUNTS. Created 7 years, 2 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 82c07ac8a1029d00bae937ae6976706685eb7e0d..33dfc03b95e69330bd088557f9cbc1533b2b9db9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -4860,6 +4860,12 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Geolocation.NetworkLocationRequest.AccessPoints">
+ <summary>
+ The number of wifi access points used to determine geolocation.
+ </summary>
+</histogram>
+
<histogram name="Geolocation.NetworkLocationRequest.Event"
enum="NetworkLocationRequestEvent">
<summary>Events in NetworkLocationRequest.</summary>

Powered by Google App Engine
This is Rietveld 408576698