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

Unified Diff: chrome/browser/chromeos/login/login_utils.cc

Issue 6635032: Removing references to off the record in comments and log messages. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Updating the AUTHORS file. Patch submitted by: Vipul Bhasin<vipul.bhasin@gmail.com> Created 9 years, 9 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.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();

Powered by Google App Engine
This is Rietveld 408576698