Index: remoting/protocol/v2_authenticator.h |
diff --git a/remoting/protocol/v2_authenticator.h b/remoting/protocol/v2_authenticator.h |
index 4e6f4483a7a1a6cee3c77e2641170d262fa80eb1..faa79a4a0b004037435277c4368aa7a40344c440 100644 |
--- a/remoting/protocol/v2_authenticator.h |
+++ b/remoting/protocol/v2_authenticator.h |
@@ -43,6 +43,7 @@ class V2Authenticator : public Authenticator { |
void ProcessMessage(const buzz::XmlElement* message, |
const base::Closure& resume_callback) override; |
scoped_ptr<buzz::XmlElement> GetNextMessage() override; |
+ const std::string& GetAuthKey() const override; |
scoped_ptr<ChannelAuthenticator> CreateChannelAuthenticator() const override; |
private: |