Chromium Code Reviews| Index: net/base/net_util_mac.cc | 
| diff --git a/net/base/net_util_mac.cc b/net/base/net_util_mac.cc | 
| index 5dd46307789b37f7b17593970d643a88924e7809..b227fbca88b20c9cf1e67dff7a0c2cf1ff9dcca5 100644 | 
| --- a/net/base/net_util_mac.cc | 
| +++ b/net/base/net_util_mac.cc | 
| @@ -243,4 +243,9 @@ bool GetNetworkList(NetworkInterfaceList* networks, int policy) { | 
| return result; | 
| } | 
| +std::string GetWifiSSID() { | 
| + NOTIMPLEMENTED(); | 
| + return ""; | 
| +} | 
| + | 
| } // namespace net |