| Index: net/android/network_change_notifier_android.h
|
| diff --git a/net/android/network_change_notifier_android.h b/net/android/network_change_notifier_android.h
|
| index 1acb84042ce01f636cf164d214acf5fe3aca2e67..b0633c3ce292ff002bab50a3b11cf9904f2b0df4 100644
|
| --- a/net/android/network_change_notifier_android.h
|
| +++ b/net/android/network_change_notifier_android.h
|
| @@ -53,7 +53,8 @@ class NET_EXPORT_PRIVATE NetworkChangeNotifierAndroid
|
|
|
| // NetworkChangeNotifierDelegateAndroid::Observer:
|
| void OnConnectionTypeChanged() override;
|
| - void OnMaxBandwidthChanged(double max_bandwidth_mbps) override;
|
| + void OnMaxBandwidthChanged(ConnectionType type,
|
| + double max_bandwidth_mbps) override;
|
|
|
| static bool Register(JNIEnv* env);
|
|
|
|
|