| Index: jingle/notifier/base/gaia_token_pre_xmpp_auth.h
|
| ===================================================================
|
| --- jingle/notifier/base/gaia_token_pre_xmpp_auth.h (revision 135898)
|
| +++ jingle/notifier/base/gaia_token_pre_xmpp_auth.h (working copy)
|
| @@ -30,7 +30,8 @@
|
| virtual void StartPreXmppAuth(const buzz::Jid& jid,
|
| const talk_base::SocketAddress& server,
|
| const talk_base::CryptString& pass,
|
| - const std::string& auth_cookie) OVERRIDE;
|
| + const std::string& auth_mechanism,
|
| + const std::string& auth_token) OVERRIDE;
|
|
|
| virtual bool IsAuthDone() const OVERRIDE;
|
|
|
| @@ -42,8 +43,10 @@
|
|
|
| virtual buzz::CaptchaChallenge GetCaptchaChallenge() const OVERRIDE;
|
|
|
| - virtual std::string GetAuthCookie() const OVERRIDE;
|
| + virtual std::string GetAuthToken() const OVERRIDE;
|
|
|
| + virtual std::string GetAuthMechanism() const OVERRIDE;
|
| +
|
| // buzz::SaslHandler implementation.
|
|
|
| virtual std::string ChooseBestSaslMechanism(
|
|
|