| Index: remoting/protocol/authenticator.h
|
| ===================================================================
|
| --- remoting/protocol/authenticator.h (revision 138222)
|
| +++ remoting/protocol/authenticator.h (working copy)
|
| @@ -110,6 +110,7 @@
|
| // rejected. ProcessMessage() should be called with |first_message|
|
| // for the result of this method.
|
| virtual scoped_ptr<Authenticator> CreateAuthenticator(
|
| + const std::string& local_jid,
|
| const std::string& remote_jid,
|
| const buzz::XmlElement* first_message) = 0;
|
| };
|
|
|