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

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: Rebase and address review comments. 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
« no previous file with comments | « content/browser/geolocation/network_location_request.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 5dfbe96144e13d334d29af148d37a16f09459d49..7dc66feda0ab72a8cbde1e1a1bbed3d9fceca777 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -4885,6 +4885,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>
« no previous file with comments | « content/browser/geolocation/network_location_request.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698