| Index: remoting/host/chromoting_host.h
|
| diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h
|
| index ccd8cf62c5204945895308d09125d74d1added6d..e62035d2e5fe76db9f78883ebcafe406ebb362b3 100644
|
| --- a/remoting/host/chromoting_host.h
|
| +++ b/remoting/host/chromoting_host.h
|
| @@ -11,6 +11,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/observer_list.h"
|
| #include "base/threading/thread.h"
|
| +#include "net/base/backoff_entry.h"
|
| #include "remoting/base/encoder.h"
|
| #include "remoting/host/capturer.h"
|
| #include "remoting/host/client_session.h"
|
| @@ -204,6 +205,9 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>,
|
| // Configuration of the protocol.
|
| scoped_ptr<protocol::CandidateSessionConfig> protocol_config_;
|
|
|
| + // Login backoff state.
|
| + net::BackoffEntry login_backoff_;
|
| +
|
| // Flags used for RejectAuthenticatingClient().
|
| bool authenticating_client_;
|
| bool reject_authenticating_client_;
|
|
|