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

Unified Diff: net/base/net_util_posix.cc

Issue 12082090: [net] Add WifiPhyMode to SystemProfile (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: sync again Created 7 years, 10 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_posix.cc
diff --git a/net/base/net_util_posix.cc b/net/base/net_util_posix.cc
index 0bc0de65edfa07334337cda28f20e24b0b7961bb..3440701852397869f0dd8f78876d0e5cd9cb9a0f 100644
--- a/net/base/net_util_posix.cc
+++ b/net/base/net_util_posix.cc
@@ -141,4 +141,8 @@ bool GetNetworkList(NetworkInterfaceList* networks) {
#endif
}
+WifiPhyMode GetWifiPhyMode() {
+ return WIFI_PHY_MODE_UNKNOWN;
+}
+
} // namespace net
« no previous file with comments | « net/base/net_util.h ('k') | net/base/net_util_win.cc » ('j') | net/base/net_util_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698