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

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

Issue 651843003: [cros-login-refactor] Move CompleteOffTheRecordLogin to UserSessionManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 6 years, 2 months 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/test_login_utils.h
diff --git a/chrome/browser/chromeos/login/test_login_utils.h b/chrome/browser/chromeos/login/test_login_utils.h
index e98a2f17c774379fc6e9c757085a5ea5dfb23571..c6c371c070b2aaaadf148d7395df79d588e9cbad 100644
--- a/chrome/browser/chromeos/login/test_login_utils.h
+++ b/chrome/browser/chromeos/login/test_login_utils.h
@@ -31,7 +31,6 @@ class TestLoginUtils : public LoginUtils {
bool has_active_session,
Delegate* delegate) override;
virtual void DelegateDeleted(Delegate* delegate) override;
- virtual void CompleteOffTheRecordLogin(const GURL& start_url) override {}
virtual scoped_refptr<Authenticator> CreateAuthenticator(
AuthStatusConsumer* consumer) override;
virtual bool RestartToApplyPerSessionFlagsIfNeed(Profile* profile,

Powered by Google App Engine
This is Rietveld 408576698