Index: remoting/protocol/negotiating_authenticator_base.h |
diff --git a/remoting/protocol/negotiating_authenticator_base.h b/remoting/protocol/negotiating_authenticator_base.h |
index 1f80967b2d2a8fc33308711fd8825093c1358f4e..bcb005f23d8f9211858a9ed1019ee09996b0a3f3 100644 |
--- a/remoting/protocol/negotiating_authenticator_base.h |
+++ b/remoting/protocol/negotiating_authenticator_base.h |
@@ -64,6 +64,7 @@ class NegotiatingAuthenticatorBase : public Authenticator { |
// Authenticator interface. |
virtual State state() const OVERRIDE; |
+ virtual bool started() const OVERRIDE; |
virtual RejectionReason rejection_reason() const OVERRIDE; |
virtual scoped_ptr<ChannelAuthenticator> |
CreateChannelAuthenticator() const OVERRIDE; |