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

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: 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 b1a68f49d867e5ead96724ddde8fdde32898468f..9281e0dc0f0a9391f73e57927b1bee5e243ebb39 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" units="count">
Ilya Sherman 2013/10/08 23:51:03 nit: This units attribute seems pretty redundant;
Michael van Ouwerkerk 2013/10/09 13:09:57 Done.
+ <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