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

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

Issue 6625076: Removing references to off the record in comments and log messages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « chrome/browser/chromeos/login/google_authenticator.h ('k') | chrome/browser/chromeos/login/new_user_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « chrome/browser/chromeos/login/google_authenticator.h ('k') | chrome/browser/chromeos/login/new_user_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698