Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / remoting / protocol / negotiating_authenticator_base.h
index 1f80967..bcb005f 100644 (file)
@@ -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;