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

Unified Diff: chrome/browser/chromeos/login/fake_login_utils.cc

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/fake_login_utils.cc
diff --git a/chrome/browser/chromeos/login/fake_login_utils.cc b/chrome/browser/chromeos/login/fake_login_utils.cc
index 04867aa70bb5e4ae8b7cbb598b0bec03322d055f..342ac868b479ed0f013614a42638caf993538a2d 100644
--- a/chrome/browser/chromeos/login/fake_login_utils.cc
+++ b/chrome/browser/chromeos/login/fake_login_utils.cc
@@ -97,10 +97,6 @@ void FakeLoginUtils::DelegateDeleted(LoginUtils::Delegate* delegate) {
NOTREACHED() << "Method not implemented.";
}
-void FakeLoginUtils::CompleteOffTheRecordLogin(const GURL& start_url) {
- NOTREACHED() << "Method not implemented.";
-}
-
scoped_refptr<Authenticator> FakeLoginUtils::CreateAuthenticator(
AuthStatusConsumer* consumer) {
authenticator_ = new MockAuthenticator(consumer, expected_user_context_);

Powered by Google App Engine
This is Rietveld 408576698