| 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 e10f01b17dc604f7d1e3a939658390f4cdfe3a5c..4b0928c2bbf7ec937310931d2b968b9449c1868a 100644
|
| --- a/chrome/browser/chromeos/login/login_utils.cc
|
| +++ b/chrome/browser/chromeos/login/login_utils.cc
|
| @@ -118,7 +118,7 @@ class LoginUtilsImpl : public LoginUtils {
|
| bool pending_requests);
|
|
|
| // Invoked after the tmpfs is successfully mounted.
|
| - // Launches a browser in the off the record (incognito) mode.
|
| + // Launches a browser in the incognito mode.
|
| virtual void CompleteOffTheRecordLogin(const GURL& start_url);
|
|
|
| // Invoked when the user is logging in for the first time, or is logging in as
|
| @@ -385,7 +385,7 @@ void LoginUtilsImpl::RespectLocalePreference(Profile* profile) {
|
| }
|
|
|
| void LoginUtilsImpl::CompleteOffTheRecordLogin(const GURL& start_url) {
|
| - VLOG(1) << "Completing off the record login";
|
| + VLOG(1) << "Completing incognito login";
|
|
|
| UserManager::Get()->OffTheRecordUserLoggedIn();
|
|
|
|
|