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 4f6180f65a5bd9fd3a4bb2539c38a0488ad32a46..f0af8bbd80f2ab9f138b4fe8c6833683955c87c4 100644 |
--- a/net/android/network_change_notifier_android.h |
+++ b/net/android/network_change_notifier_android.h |
@@ -8,7 +8,6 @@ |
#include "base/android/jni_android.h" |
#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
-#include "base/synchronization/lock.h" |
#include "net/android/network_change_notifier_delegate_android.h" |
#include "net/base/network_change_notifier.h" |
@@ -61,13 +60,9 @@ class NET_EXPORT_PRIVATE NetworkChangeNotifierAndroid |
explicit NetworkChangeNotifierAndroid( |
NetworkChangeNotifierDelegateAndroid* delegate); |
- 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_; |
DISALLOW_COPY_AND_ASSIGN(NetworkChangeNotifierAndroid); |
}; |