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 0bc0de65edfa07334337cda28f20e24b0b7961bb..0579ab19d4f15d3958f27b00c5fdc8f9142de1b4 100644 |
| --- a/net/base/net_util_posix.cc |
| +++ b/net/base/net_util_posix.cc |
| @@ -141,4 +141,8 @@ bool GetNetworkList(NetworkInterfaceList* networks) { |
| #endif |
| } |
| +WifiPHYLayerProtocol GetWifiPHYLayerProtocol() { |
| + return WIFI_PHY_LAYER_PROTOCOL_UNKNOWN; |
| +} |
| + |
| } // namespace net |