| 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 5691a00e6c21f8014f45e7440ecfd2c1f0579a9b..948f94dcfe2a8c6c607c72344254af8c6f0fc8cd 100644
|
| --- a/net/android/network_change_notifier_android.h
|
| +++ b/net/android/network_change_notifier_android.h
|
| @@ -28,7 +28,8 @@ class NetworkChangeNotifier : public net::NetworkChangeNotifier {
|
| void CreateJavaObject(JNIEnv* env);
|
|
|
| // NetworkChangeNotifier:
|
| - virtual bool IsCurrentlyOffline() const OVERRIDE;
|
| + virtual net::NetworkChangeNotifier::ConnectionType
|
| + GetCurrentConnectionType() const OVERRIDE;
|
|
|
| base::android::ScopedJavaGlobalRef<jobject> java_network_change_notifier_;
|
|
|
|
|