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

Unified Diff: chrome/browser/chromeos/login/lock/screen_locker_tester.h

Issue 745613002: [cros] Cleanup: remove LoginUtils (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: get rid of FakeChromeUserManager usage in ExistingUserController* tests Created 5 years, 10 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/lock/screen_locker_tester.h
diff --git a/chrome/browser/chromeos/login/lock/screen_locker_tester.h b/chrome/browser/chromeos/login/lock/screen_locker_tester.h
index 868a14cfe88aec0e3807430b76782643b3a2f257..a6e4014aa04752458b2d6495d828a323921f79d9 100644
--- a/chrome/browser/chromeos/login/lock/screen_locker_tester.h
+++ b/chrome/browser/chromeos/login/lock/screen_locker_tester.h
@@ -29,8 +29,8 @@ class ScreenLockerTester {
// Returns true if the screen is locked.
virtual bool IsLocked();
- // Injects MockAuthenticator that uses the credentials in |user_context|.
- virtual void InjectMockAuthenticator(const UserContext& user_context);
+ // Injects StubAuthenticator that uses the credentials in |user_context|.
+ virtual void InjectStubUserContext(const UserContext& user_context);
// Sets the password text.
virtual void SetPassword(const std::string& password) = 0;

Powered by Google App Engine
This is Rietveld 408576698