| 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..8ded53ab2ec79b09c8ae15d5e96704483a47b12b 100644
|
| --- a/net/android/network_change_notifier_android.cc
|
| +++ b/net/android/network_change_notifier_android.cc
|
| @@ -195,6 +195,10 @@ NetworkChangeNotifierAndroid::GetCurrentDefaultNetwork() const {
|
| return delegate_->GetCurrentDefaultNetwork();
|
| }
|
|
|
| +bool NetworkChangeNotifierAndroid::GetCurrentNetworkCaptivePortal() const {
|
| + return delegate_->GetCurrentNetworkCaptivePortal();
|
| +}
|
| +
|
| void NetworkChangeNotifierAndroid::OnConnectionTypeChanged() {
|
| DnsConfigServiceThread::NotifyNetworkChangeNotifierObservers();
|
| }
|
|
|