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

Unified Diff: chrome/browser/signin/account_reconcilor_unittest.cc

Issue 424233002: When the user signs in, make sure to set cookies on all reachable google (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 4 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: chrome/browser/signin/account_reconcilor_unittest.cc
diff --git a/chrome/browser/signin/account_reconcilor_unittest.cc b/chrome/browser/signin/account_reconcilor_unittest.cc
index c4e69e80112b82b37ce3ab2c6947f0ed870231c3..501df056a309401ffe02f73bfda80f9eb475d555 100644
--- a/chrome/browser/signin/account_reconcilor_unittest.cc
+++ b/chrome/browser/signin/account_reconcilor_unittest.cc
@@ -53,6 +53,10 @@ class MockAccountReconcilor : public testing::StrictMock<AccountReconcilor> {
SigninClient* client);
virtual ~MockAccountReconcilor() {}
+ virtual void StartFetchingExternalCcResult() OVERRIDE {
+ // Don't do this in tests.
+ }
+
MOCK_METHOD1(PerformMergeAction, void(const std::string& account_id));
MOCK_METHOD1(PerformStartRemoveAction, void(const std::string& account_id));
MOCK_METHOD3(
« no previous file with comments | « chrome/browser/chromeos/login/signin/oauth2_login_verifier.cc ('k') | components/signin/core/browser/account_reconcilor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698