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

Unified Diff: chrome/browser/metrics/network_metrics_provider.h

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
« no previous file with comments | « no previous file | chrome/browser/metrics/network_metrics_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/metrics/network_metrics_provider.h
diff --git a/chrome/browser/metrics/network_metrics_provider.h b/chrome/browser/metrics/network_metrics_provider.h
index 21bd4f830cef465133a49b2ca957138ef6e598c3..a70a8edb867592228099467134191d4fafc754f7 100644
--- a/chrome/browser/metrics/network_metrics_provider.h
+++ b/chrome/browser/metrics/network_metrics_provider.h
@@ -42,6 +42,10 @@ class NetworkMetricsProvider
// net::GetWifiPHYLayerProtocol.
void OnWifiPHYLayerProtocolResult(net::WifiPHYLayerProtocol mode);
+ void WriteWifiApProto(
+ metrics::SystemProfileProto::Network *network_proto,
+ const net::NetworkChangeNotifier::WifiApInfo &info);
stevenjb 2014/07/08 21:55:08 You still have the const (input) parameter followi
zqiu1 2014/07/08 22:20:54 Done.
+
// True if |connection_type_| changed during the lifetime of the log.
bool connection_type_is_ambiguous_;
// The connection type according to net::NetworkChangeNotifier.
« no previous file with comments | « no previous file | chrome/browser/metrics/network_metrics_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698