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

Unified Diff: chrome/browser/chromeos/login/authenticator.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: Fix issues pointed out by code reviewer 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/background_contents_service.cc ('k') | chrome/browser/chromeos/login/google_authenticator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/authenticator.h
diff --git a/chrome/browser/chromeos/login/authenticator.h b/chrome/browser/chromeos/login/authenticator.h
index 4096b1fd31b6a2a4f095444ca73240314db65248..32cdf3aa964741e16680c388eba25826078c3967 100644
--- a/chrome/browser/chromeos/login/authenticator.h
+++ b/chrome/browser/chromeos/login/authenticator.h
@@ -47,7 +47,7 @@ class Authenticator : public base::RefCountedThreadSafe<Authenticator> {
virtual bool AuthenticateToUnlock(const std::string& username,
const std::string& password) = 0;
- // Initiates off the record ("browse without signing in") login.
+ // Initiates incognito ("browse without signing in") login.
virtual void LoginOffTheRecord() = 0;
// |credentials| are the tokens that we get back from the ClientLogin API.
« no previous file with comments | « chrome/browser/background_contents_service.cc ('k') | chrome/browser/chromeos/login/google_authenticator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698