Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Unified Diff: jingle/notifier/base/gaia_token_pre_xmpp_auth.h

Issue 2738973004: Replace rtc::CryptString with std::string (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: jingle/notifier/base/gaia_token_pre_xmpp_auth.h
diff --git a/jingle/notifier/base/gaia_token_pre_xmpp_auth.h b/jingle/notifier/base/gaia_token_pre_xmpp_auth.h
index 86da7a04c1aea7cd84d78526817219be1cff2b8a..a2c3b3491613bcfbb5a4424db1feb7a74ae1fcf9 100644
--- a/jingle/notifier/base/gaia_token_pre_xmpp_auth.h
+++ b/jingle/notifier/base/gaia_token_pre_xmpp_auth.h
@@ -29,7 +29,7 @@ class GaiaTokenPreXmppAuth : public buzz::PreXmppAuth {
// this point.
void StartPreXmppAuth(const buzz::Jid& jid,
const rtc::SocketAddress& server,
- const rtc::CryptString& pass,
+ const std::string& pass,
const std::string& auth_mechanism,
const std::string& auth_token) override;
« no previous file with comments | « no previous file | jingle/notifier/base/gaia_token_pre_xmpp_auth.cc » ('j') | third_party/libjingle_xmpp/xmpp/saslplainmechanism.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698