| 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 410d1fbd10012ebd6c3461923e91e97a17463086..2063e7b017236f549afa1eec9ac88d4829d293d7 100644
|
| --- a/net/android/network_change_notifier_android.cc
|
| +++ b/net/android/network_change_notifier_android.cc
|
| @@ -114,6 +114,10 @@ NetworkChangeNotifierAndroid::GetCurrentConnectionType() const {
|
| return delegate_->GetCurrentConnectionType();
|
| }
|
|
|
| +double NetworkChangeNotifierAndroid::GetCurrentMaxBandwidth() const {
|
| + return delegate_->GetCurrentMaxBandwidth();
|
| +}
|
| +
|
| void NetworkChangeNotifierAndroid::OnConnectionTypeChanged() {
|
| DnsConfigServiceThread::NotifyNetworkChangeNotifierObservers();
|
| }
|
|
|