Index: chrome/browser/chromeos/login/login_utils.cc |
diff --git a/chrome/browser/chromeos/login/login_utils.cc b/chrome/browser/chromeos/login/login_utils.cc |
index a40d016557875ec128eb113d7e6b1a1be103247b..5fb93ecf2eb0e8a82925e9aeb8ccca97f3ea84fd 100644 |
--- a/chrome/browser/chromeos/login/login_utils.cc |
+++ b/chrome/browser/chromeos/login/login_utils.cc |
@@ -712,8 +712,6 @@ void LoginUtilsImpl::RespectLocalePreference(Profile* profile) { |
void LoginUtilsImpl::CompleteOffTheRecordLogin(const GURL& start_url) { |
VLOG(1) << "Completing incognito login"; |
- UserManager::Get()->GuestUserLoggedIn(); |
- |
// For guest session we ask session manager to restart Chrome with --bwsi |
// flag. We keep only some of the arguments of this process. |
const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); |