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

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: Merge 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 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 {}
« no previous file with comments | « chrome/browser/chromeos/login/login_utils_browsertest.cc ('k') | chrome/browser/chromeos/login/mock_authenticator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698