| 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 7710c26e15f409c40aa05135cd0da654186f500f..0d90a5648da01399ccebe2ffb409e3b4fb01fc02 100644
|
| --- a/net/android/network_change_notifier_android.h
|
| +++ b/net/android/network_change_notifier_android.h
|
| @@ -52,6 +52,7 @@ class NET_EXPORT_PRIVATE NetworkChangeNotifierAndroid
|
|
|
| // NetworkChangeNotifierDelegateAndroid::Observer:
|
| virtual void OnConnectionTypeChanged() override;
|
| + virtual void OnMaxBandwidthChanged(double max_bandwidth_mbps) override;
|
|
|
| static bool Register(JNIEnv* env);
|
|
|
|
|