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

Unified Diff: chrome/common/net/gaia/gaia_authenticator_unittest.cc

Issue 2124020: Remove signin and persist from gaia_authenticator. (Closed)
Patch Set: final upload Created 10 years, 7 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
« no previous file with comments | « chrome/common/net/gaia/gaia_authenticator.cc ('k') | chrome/common/net/gaia/signin.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/net/gaia/gaia_authenticator_unittest.cc
diff --git a/chrome/common/net/gaia/gaia_authenticator_unittest.cc b/chrome/common/net/gaia/gaia_authenticator_unittest.cc
index 1f9813de0fc0e3249ccd9a784df3b67efc017aac..25a92d0753bd74fc3ccdbbe6c79a864a16938c83 100644
--- a/chrome/common/net/gaia/gaia_authenticator_unittest.cc
+++ b/chrome/common/net/gaia/gaia_authenticator_unittest.cc
@@ -41,7 +41,7 @@ TEST(GaiaAuthenticatorTest, TestNewlineAtEndOfAuthTokenRemoved) {
MessageLoop message_loop;
mock_auth.set_message_loop(&message_loop);
GaiaAuthenticator::AuthResults results;
- EXPECT_TRUE(mock_auth.IssueAuthToken(&results, "sid", true));
+ EXPECT_TRUE(mock_auth.IssueAuthToken(&results, "sid"));
EXPECT_EQ(0, results.auth_token.compare("body"));
}
« no previous file with comments | « chrome/common/net/gaia/gaia_authenticator.cc ('k') | chrome/common/net/gaia/signin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698