| Index: jingle/notifier/communicator/login.h
 | 
| diff --git a/jingle/notifier/communicator/login.h b/jingle/notifier/communicator/login.h
 | 
| index 84e89a84821bfeb027384faad239f2b8c3a3a74f..27b25431a2d4b3ad0f13bcc7f4ea5da759c9befc 100644
 | 
| --- a/jingle/notifier/communicator/login.h
 | 
| +++ b/jingle/notifier/communicator/login.h
 | 
| @@ -49,7 +49,6 @@ class Login : public net::NetworkChangeNotifier::Observer,
 | 
|   public:
 | 
|    // firewall may be NULL.
 | 
|    Login(talk_base::TaskParent* parent,
 | 
| -        bool use_chrome_async_socket,
 | 
|          const buzz::XmppClientSettings& user_settings,
 | 
|          const ConnectionOptions& options,
 | 
|          std::string lang,
 | 
| @@ -98,7 +97,6 @@ class Login : public net::NetworkChangeNotifier::Observer,
 | 
|    void DoReconnect();
 | 
|  
 | 
|    talk_base::TaskParent* parent_;
 | 
| -  bool use_chrome_async_socket_;
 | 
|    scoped_ptr<LoginSettings> login_settings_;
 | 
|    LoginConnectionState state_;
 | 
|    SingleLoginAttempt* single_attempt_;
 | 
| 
 |