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. |