| 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 f73168a47a6d628fa13954e5608a51c8e546a1f7..c16a7ff10aa6c91d5daeb6088e0d636ceead10aa 100644
|
| --- a/net/android/network_change_notifier_android.h
|
| +++ b/net/android/network_change_notifier_android.h
|
| @@ -27,7 +27,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_;
|
|
|
|
|