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 122990d0c924ab43ca6c846586f79bf9d156f3cb..80433a1b882236278652e82613ac6818317f721d 100644 |
--- a/chrome/browser/chromeos/login/fake_login_utils.h |
+++ b/chrome/browser/chromeos/login/fake_login_utils.h |
@@ -28,7 +28,6 @@ class FakeLoginUtils : public LoginUtils { |
bool has_active_session, |
LoginUtils::Delegate* delegate) override; |
virtual void DelegateDeleted(LoginUtils::Delegate* delegate) override; |
- virtual void CompleteOffTheRecordLogin(const GURL& start_url) override; |
virtual scoped_refptr<Authenticator> CreateAuthenticator( |
AuthStatusConsumer* consumer) override; |
virtual bool RestartToApplyPerSessionFlagsIfNeed(Profile* profile, |