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

Unified Diff: chromeos/login/auth/mock_authenticator.h

Issue 608283003: Remove retail mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « chromeos/login/auth/login_performer.cc ('k') | chromeos/login/auth/mock_authenticator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/login/auth/mock_authenticator.h
diff --git a/chromeos/login/auth/mock_authenticator.h b/chromeos/login/auth/mock_authenticator.h
index d4c5e8672c98c0e5d9261c9095cbdb3d801d5c1a..158cec78c9570f3fdf6d05e9b943dfadf9a8a1b9 100644
--- a/chromeos/login/auth/mock_authenticator.h
+++ b/chromeos/login/auth/mock_authenticator.h
@@ -33,12 +33,10 @@ class CHROMEOS_EXPORT MockAuthenticator : public Authenticator {
const UserContext& user_context) override;
virtual void AuthenticateToUnlock(const UserContext& user_context) override;
virtual void LoginAsSupervisedUser(const UserContext& user_context) override;
- virtual void LoginRetailMode() override;
virtual void LoginOffTheRecord() override;
virtual void LoginAsPublicSession(const UserContext& user_context) override;
virtual void LoginAsKioskAccount(const std::string& app_user_id,
bool use_guest_mount) override;
- virtual void OnRetailModeAuthSuccess() override;
virtual void OnAuthSuccess() override;
virtual void OnAuthFailure(const AuthFailure& failure) override;
virtual void RecoverEncryptedData(const std::string& old_password) override;
« no previous file with comments | « chromeos/login/auth/login_performer.cc ('k') | chromeos/login/auth/mock_authenticator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698