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

Unified Diff: chrome/browser/chromeos/login/user_manager.h

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
Index: chrome/browser/chromeos/login/user_manager.h
diff --git a/chrome/browser/chromeos/login/user_manager.h b/chrome/browser/chromeos/login/user_manager.h
index 6048f5210e9985cc2106c3edbb83bc6a89e21987..20478a8b952483ea3cc70fca2536856b8018b874 100644
--- a/chrome/browser/chromeos/login/user_manager.h
+++ b/chrome/browser/chromeos/login/user_manager.h
@@ -65,7 +65,7 @@ class UserManager : public UserImageLoader::Delegate,
// It is sorted in order of recency, with most recent at the beginning.
virtual std::vector<User> GetUsers() const;
- // Indicates that user just started off the record session.
+ // Indicates that user just started incognito session.
virtual void OffTheRecordUserLoggedIn();
// Indicates that a user with the given email has just logged in.

Powered by Google App Engine
This is Rietveld 408576698