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

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

Issue 18686006: [cros] Cleanup login auth stack: remove ClientLogin legacy code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 7 years, 5 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/mock_authenticator.h
diff --git a/chrome/browser/chromeos/login/mock_authenticator.h b/chrome/browser/chromeos/login/mock_authenticator.h
index f3ddb537e861d260a596acffd8ee677679226034..aefe07c82b136046eaebba2910e7c54df2d1dac5 100644
--- a/chrome/browser/chromeos/login/mock_authenticator.h
+++ b/chrome/browser/chromeos/login/mock_authenticator.h
@@ -30,9 +30,7 @@ class MockAuthenticator : public Authenticator {
const UserContext& user_context) OVERRIDE;
virtual void AuthenticateToLogin(Profile* profile,
- const UserContext& user_context,
- const std::string& login_token,
- const std::string& login_captcha) OVERRIDE;
+ const UserContext& user_context) OVERRIDE;
virtual void AuthenticateToUnlock(const UserContext& user_context) OVERRIDE;
@@ -53,11 +51,6 @@ class MockAuthenticator : public Authenticator {
virtual void ResyncEncryptedData() OVERRIDE {}
- virtual void RetryAuth(Profile* profile,
- const UserContext& user_context,
- const std::string& login_token,
- const std::string& login_captcha) OVERRIDE {}
-
virtual void SetExpectedCredentials(const std::string& expected_username,
const std::string& expected_password);
« no previous file with comments | « chrome/browser/chromeos/login/login_performer.cc ('k') | chrome/browser/chromeos/login/mock_authenticator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698