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

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

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/user_manager.h
diff --git a/chrome/browser/chromeos/login/user_manager.h b/chrome/browser/chromeos/login/user_manager.h
index 5ffee71c8a672d0c780acbebdeeb06536e6c7418..5ff5ce7263e20ed73fb211683150242f8a7be1f8 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