Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / remoting / protocol / pairing_authenticator_base.h
index 2a4bc4e..4cb042c 100644 (file)
@@ -43,6 +43,7 @@ class PairingAuthenticatorBase : public Authenticator {
 
   // Authenticator interface.
   virtual State state() const OVERRIDE;
+  virtual bool started() const OVERRIDE;
   virtual RejectionReason rejection_reason() const OVERRIDE;
   virtual void ProcessMessage(const buzz::XmlElement* message,
                               const base::Closure& resume_callback) OVERRIDE;