| 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 35c9b46c54face3a74e5dd93090fb11fe401fff3..4f6180f65a5bd9fd3a4bb2539c38a0488ad32a46 100644
|
| --- a/net/android/network_change_notifier_android.h
|
| +++ b/net/android/network_change_notifier_android.h
|
| @@ -63,6 +63,8 @@ class NET_EXPORT_PRIVATE NetworkChangeNotifierAndroid
|
|
|
| void SetConnectionType(ConnectionType new_connection_type);
|
|
|
| + static NetworkChangeCalculatorParams NetworkChangeCalculatorParamsAndroid();
|
| +
|
| NetworkChangeNotifierDelegateAndroid* const delegate_;
|
| mutable base::Lock connection_type_lock_; // Protects the state below.
|
| ConnectionType connection_type_;
|
|
|