summaryrefslogtreecommitdiffstats
path: root/jingle/notifier/communicator/single_login_attempt.h
diff options
context:
space:
mode:
Diffstat (limited to 'jingle/notifier/communicator/single_login_attempt.h')
-rw-r--r--jingle/notifier/communicator/single_login_attempt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/jingle/notifier/communicator/single_login_attempt.h b/jingle/notifier/communicator/single_login_attempt.h
index 3595c0fb..582615d 100644
--- a/jingle/notifier/communicator/single_login_attempt.h
+++ b/jingle/notifier/communicator/single_login_attempt.h
@@ -48,6 +48,7 @@ class SingleLoginAttempt : public talk_base::Task, public sigslot::has_slots<> {
public:
SingleLoginAttempt(talk_base::TaskParent* parent,
LoginSettings* login_settings,
+ bool use_chrome_async_socket,
bool successful_connection);
~SingleLoginAttempt();
virtual int ProcessStart();
@@ -119,6 +120,7 @@ class SingleLoginAttempt : public talk_base::Task, public sigslot::has_slots<> {
bool auto_reconnect() const;
+ bool use_chrome_async_socket_;
buzz::XmppEngine::State state_;
buzz::XmppEngine::Error code_;
int subcode_;