| Index: net/android/network_change_notifier_android.cc
|
| diff --git a/net/android/network_change_notifier_android.cc b/net/android/network_change_notifier_android.cc
|
| index e093a4f5cbe3fcda006aef3d2f652a20a9c01679..cb8c8fc550665d1266cb4852990b223063ed7266 100644
|
| --- a/net/android/network_change_notifier_android.cc
|
| +++ b/net/android/network_change_notifier_android.cc
|
| @@ -167,6 +167,10 @@ void NetworkChangeNotifierAndroid::GetCurrentMaxBandwidthAndConnectionType(
|
| connection_type);
|
| }
|
|
|
| +std::string NetworkChangeNotifierAndroid::GetCurrentWiFiSSID() const {
|
| + return delegate_->GetCurrentWiFiSSID();
|
| +}
|
| +
|
| void NetworkChangeNotifierAndroid::ForceNetworkHandlesSupportedForTesting() {
|
| force_network_handles_supported_for_testing_ = true;
|
| }
|
|
|