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

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

Issue 9348022: [cros] Use mocked URLFetcher and other mocks in ExistingUserController tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move Created 8 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/login_display.h
diff --git a/chrome/browser/chromeos/login/login_display.h b/chrome/browser/chromeos/login/login_display.h
index 87704536e1ade7f5daf9eb5cd3c2f8416a543853..073847bc140b003a3907a3551733ae329e468eb4 100644
--- a/chrome/browser/chromeos/login/login_display.h
+++ b/chrome/browser/chromeos/login/login_display.h
@@ -44,7 +44,7 @@ class LoginDisplay : public RemoveUserDelegate {
const std::string& password) = 0;
// Sign in using |username| and |password| specified.
- // Used for both known users only.
+ // Used for known users only.
virtual void Login(const std::string& username,
const std::string& password) = 0;

Powered by Google App Engine
This is Rietveld 408576698