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

Unified Diff: content/browser/geolocation/wifi_data_provider_win.cc

Issue 547693002: Fix the number of buckets in Net.Wifi.InterfaceCount UMA histogram. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/geolocation/wifi_data_provider_corewlan_mac.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/geolocation/wifi_data_provider_win.cc
diff --git a/content/browser/geolocation/wifi_data_provider_win.cc b/content/browser/geolocation/wifi_data_provider_win.cc
index 6f168fc59468d9eb9a5b9df361bfd45826e6e290..66c07c01848e94d85e74b4358dd8e3d14f3613a0 100644
--- a/content/browser/geolocation/wifi_data_provider_win.cc
+++ b/content/browser/geolocation/wifi_data_provider_win.cc
@@ -245,7 +245,7 @@ void WindowsWlanApi::LogWlanInterfaceCount(int count) {
count,
1,
5,
- 5);
+ 6);
}
bool WindowsWlanApi::GetAccessPointData(
« no previous file with comments | « content/browser/geolocation/wifi_data_provider_corewlan_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698