| Index: jingle/notifier/communicator/login.h
|
| diff --git a/jingle/notifier/communicator/login.h b/jingle/notifier/communicator/login.h
|
| index 27b25431a2d4b3ad0f13bcc7f4ea5da759c9befc..84e89a84821bfeb027384faad239f2b8c3a3a74f 100644
|
| --- a/jingle/notifier/communicator/login.h
|
| +++ b/jingle/notifier/communicator/login.h
|
| @@ -49,6 +49,7 @@ 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,
|
| @@ -97,6 +98,7 @@ 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_;
|
|
|