Chromium Code Reviews| 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..9725d103f1feda14ec8f18cd01cf7a4d001561c9 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 (incognito) mode. |
|
akalin
2011/03/08 03:07:47
no need for " (incognito)"
|
| 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(); |