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

Unified Diff: net/base/net_util.cc

Issue 328793002: Add wifi AP info to system profile metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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
Index: net/base/net_util.cc
diff --git a/net/base/net_util.cc b/net/base/net_util.cc
index 941dca9ab53ba1a4cb3214712a4ae7e16cf7ee62..5c8a543338432aea2853d3a8c9b0f4d765fbe855 100644
--- a/net/base/net_util.cc
+++ b/net/base/net_util.cc
@@ -1016,4 +1016,11 @@ unsigned MaskPrefixLength(const IPAddressNumber& mask) {
return CommonPrefixLength(mask, all_ones);
}
+WifiAccessPointInfo::WifiAccessPointInfo()
+ : security(WIFI_SECURITY_UNKNOWN) {
+}
+
+WifiAccessPointInfo::~WifiAccessPointInfo() {
+}
+
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698