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

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

Issue 8773046: [cros] Display emails of users are stored in a separate dictionary in Local State. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. Created 9 years 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_authenticator.h
diff --git a/chrome/browser/chromeos/login/mock_authenticator.h b/chrome/browser/chromeos/login/mock_authenticator.h
index 285c3438bbe0afb3a23b1c7b440a26f9142d378b..b3f8d19775950b6b5ce320a2784be2a9c1eb3441 100644
--- a/chrome/browser/chromeos/login/mock_authenticator.h
+++ b/chrome/browser/chromeos/login/mock_authenticator.h
@@ -89,6 +89,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,
@@ -107,8 +108,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 {}

Powered by Google App Engine
This is Rietveld 408576698