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

Unified Diff: chrome/browser/chromeos/login/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/login_utils.h
diff --git a/chrome/browser/chromeos/login/login_utils.h b/chrome/browser/chromeos/login/login_utils.h
index f7160bd13da631d4a154dd2224828513d89b1f51..cb8444419b07406a1ff4ed29283581b6d0ff0dcd 100644
--- a/chrome/browser/chromeos/login/login_utils.h
+++ b/chrome/browser/chromeos/login/login_utils.h
@@ -10,7 +10,6 @@
#include "base/callback_forward.h"
#include "base/memory/ref_counted.h"
-class GURL;
class PrefService;
class Profile;
@@ -74,11 +73,6 @@ class LoginUtils {
// Invalidates |delegate|, which was passed to PrepareProfile method call.
virtual void DelegateDeleted(Delegate* delegate) = 0;
- // Invoked after the tmpfs is successfully mounted.
- // Asks session manager to restart Chrome in Browse Without Sign In mode.
- // |start_url| is url for launched browser to open.
- virtual void CompleteOffTheRecordLogin(const GURL& start_url) = 0;
-
// Creates and returns the authenticator to use.
// Before WebUI login (Up to R14) the caller owned the returned
// Authenticator instance and had to delete it when done.

Powered by Google App Engine
This is Rietveld 408576698