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

Unified Diff: chrome/browser/chromeos/login/mock_login_utils.h

Issue 11991002: Merge 176800 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1364/src/
Patch Set: Created 7 years, 11 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/chromeos/login/mock_login_utils.h
===================================================================
--- chrome/browser/chromeos/login/mock_login_utils.h (revision 177312)
+++ chrome/browser/chromeos/login/mock_login_utils.h (working copy)
@@ -29,10 +29,9 @@
virtual ~MockLoginUtils();
MOCK_METHOD2(DoBrowserLaunch, void(Profile*, LoginDisplayHost*));
- MOCK_METHOD7(PrepareProfile,
+ MOCK_METHOD6(PrepareProfile,
void(const std::string&, const std::string&, const std::string&,
- bool, bool, bool,
- LoginUtils::Delegate*));
+ bool, bool, LoginUtils::Delegate*));
MOCK_METHOD1(DelegateDeleted, void(LoginUtils::Delegate*));
MOCK_METHOD1(CompleteOffTheRecordLogin, void(const GURL&));
MOCK_METHOD1(SetFirstLoginPrefs, void(PrefService*));
@@ -41,8 +40,6 @@
MOCK_METHOD0(PrewarmAuthentication, void(void));
MOCK_METHOD1(RestoreAuthenticationSession, void(Profile*));
MOCK_METHOD1(StartTokenServices, void(Profile*));
- MOCK_METHOD2(StartSignedInServices,
- void(Profile*, const GaiaAuthConsumer::ClientLoginResult&));
MOCK_METHOD2(TransferDefaultCookiesAndServerBoundCerts,
void(Profile*, Profile*));
MOCK_METHOD2(TransferDefaultAuthCache, void(Profile*, Profile*));
« no previous file with comments | « chrome/browser/chromeos/login/login_utils_browsertest.cc ('k') | chrome/browser/chromeos/login/oauth1_login_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698