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

Unified Diff: chrome/browser/chromeos/login/new_user_view.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/new_user_view.h
diff --git a/chrome/browser/chromeos/login/new_user_view.h b/chrome/browser/chromeos/login/new_user_view.h
index 7a38c023162f1f49e810ef0d1477d3e746a61490..9762f94beb29b4c81d136937ebb494b53b322fa4 100644
--- a/chrome/browser/chromeos/login/new_user_view.h
+++ b/chrome/browser/chromeos/login/new_user_view.h
@@ -43,7 +43,7 @@ class NewUserView : public ThrobberHostView,
virtual void OnLogin(const std::string& username,
const std::string& password) = 0;
- // Initiates off the record (incognito) login.
+ // Initiates incognito login.
virtual void OnLoginAsGuest() = 0;
// User initiated new account creation.

Powered by Google App Engine
This is Rietveld 408576698