Index: chrome/browser/chromeos/login/fake_login_utils.h |
diff --git a/chrome/browser/chromeos/login/fake_login_utils.h b/chrome/browser/chromeos/login/fake_login_utils.h |
index fe512489fb1d447d7260e2e187f4b03b92ec4044..43549c9776fae859b3cf404c83e5c3905c3f820a 100644 |
--- a/chrome/browser/chromeos/login/fake_login_utils.h |
+++ b/chrome/browser/chromeos/login/fake_login_utils.h |
@@ -24,17 +24,13 @@ class FakeLoginUtils : public LoginUtils { |
virtual void DoBrowserLaunch(Profile* profile, |
LoginDisplayHost* login_host) OVERRIDE; |
virtual void PrepareProfile(const UserContext& user_context, |
- const std::string& display_email, |
bool has_cookies, |
bool has_active_session, |
LoginUtils::Delegate* delegate) OVERRIDE; |
virtual void DelegateDeleted(LoginUtils::Delegate* delegate) OVERRIDE; |
virtual void CompleteOffTheRecordLogin(const GURL& start_url) OVERRIDE; |
- virtual void SetFirstLoginPrefs(PrefService* prefs) OVERRIDE; |
virtual scoped_refptr<Authenticator> CreateAuthenticator( |
LoginStatusConsumer* consumer) OVERRIDE; |
- virtual void RestoreAuthenticationSession(Profile* profile) OVERRIDE; |
- virtual void InitRlzDelayed(Profile* user_profile) OVERRIDE; |
void SetExpectedCredentials(const UserContext& user_context); |
void set_should_launch_browser(bool should_launch_browser) { |