Index: chrome/browser/chromeos/login/mock_authenticator.h |
diff --git a/chrome/browser/chromeos/login/mock_authenticator.h b/chrome/browser/chromeos/login/mock_authenticator.h |
index 75cbd412235aeec7ab17ad32b516cd60e9f4fa69..9b292386d174536220b169e5907e709ac82504a2 100644 |
--- a/chrome/browser/chromeos/login/mock_authenticator.h |
+++ b/chrome/browser/chromeos/login/mock_authenticator.h |
@@ -81,6 +81,7 @@ class MockLoginUtils : public LoginUtils { |
virtual ~MockLoginUtils(); |
virtual void PrepareProfile(const std::string& username, |
+ const std::string& display_email, |
const std::string& password, |
const GaiaAuthConsumer::ClientLoginResult& res, |
bool pending_requests, |
@@ -99,8 +100,7 @@ class MockLoginUtils : public LoginUtils { |
virtual void PrewarmAuthentication() OVERRIDE {} |
- virtual void RestoreAuthenticationSession(const std::string& user_name, |
- Profile* profile) OVERRIDE {} |
+ virtual void RestoreAuthenticationSession(Profile* profile) OVERRIDE {} |
virtual void StartTokenServices(Profile* profile) OVERRIDE {} |