| 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 982923507d8a1b2321b49771e8390e66ae350f32..d9f034d597eaf3f968330f4a14019cb63be8bd94 100644
|
| --- a/net/android/network_change_notifier_android.cc
|
| +++ b/net/android/network_change_notifier_android.cc
|
| @@ -153,9 +153,10 @@ void NetworkChangeNotifierAndroid::OnConnectionTypeChanged() {
|
| }
|
|
|
| void NetworkChangeNotifierAndroid::OnMaxBandwidthChanged(
|
| + ConnectionType type,
|
| double max_bandwidth_mbps) {
|
| NetworkChangeNotifier::NotifyObserversOfMaxBandwidthChange(
|
| - max_bandwidth_mbps);
|
| + type, max_bandwidth_mbps);
|
| }
|
|
|
| // static
|
|
|