| Index: net/base/network_change_notifier_mac.cc
|
| diff --git a/net/base/network_change_notifier_mac.cc b/net/base/network_change_notifier_mac.cc
|
| index 14ec5542c51cfa0f479e65192f8ab217f0c344c3..8bb7919a7b644c74d0793a40f5a322f2b199ddff 100644
|
| --- a/net/base/network_change_notifier_mac.cc
|
| +++ b/net/base/network_change_notifier_mac.cc
|
| @@ -110,6 +110,11 @@ NetworkChangeNotifierMac::GetCurrentConnectionType() const {
|
| return connection_type_;
|
| }
|
|
|
| +std::string NetworkChangeNotifierMac::GetCurrentWiFiSSID() const {
|
| + // Not implemented. See https://crbug.com/451272
|
| + return "";
|
| +}
|
| +
|
| void NetworkChangeNotifierMac::Forwarder::Init() {
|
| net_config_watcher_->SetInitialConnectionType();
|
| }
|
|
|