Chromium Code Reviews| Index: net/base/net_util_posix.cc |
| diff --git a/net/base/net_util_posix.cc b/net/base/net_util_posix.cc |
| index f66ae97b09bcb8d367031ebaaa75a994fe43b746..e900fdacaedc85b71c756d97d4b72ce1947e5b8b 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 |