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

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

Issue 12704002: Support for auth code based authentication flow for both app and web UI driven flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase4 Created 7 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: chrome/browser/chromeos/login/mock_login_utils.h
diff --git a/chrome/browser/chromeos/login/mock_login_utils.h b/chrome/browser/chromeos/login/mock_login_utils.h
index 98390dadb11ae35e28b724ce35e065955053f2d0..7aad2daf8d25081e0ae1016a3270897bf9ce9324 100644
--- a/chrome/browser/chromeos/login/mock_login_utils.h
+++ b/chrome/browser/chromeos/login/mock_login_utils.h
@@ -22,6 +22,7 @@ class Profile;
namespace chromeos {
class LoginStatusConsumer;
+struct UserCredentials;
class MockLoginUtils : public LoginUtils {
public:
@@ -29,8 +30,8 @@ class MockLoginUtils : public LoginUtils {
virtual ~MockLoginUtils();
MOCK_METHOD2(DoBrowserLaunch, void(Profile*, LoginDisplayHost*));
- MOCK_METHOD6(PrepareProfile,
- void(const std::string&, const std::string&, const std::string&,
+ MOCK_METHOD5(PrepareProfile,
+ void(const UserCredentials&, const std::string&,
bool, bool, LoginUtils::Delegate*));
MOCK_METHOD1(DelegateDeleted, void(LoginUtils::Delegate*));
MOCK_METHOD1(CompleteOffTheRecordLogin, void(const GURL&));
« no previous file with comments | « chrome/browser/chromeos/login/mock_login_status_consumer.cc ('k') | chrome/browser/chromeos/login/oauth2_login_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698