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

Unified Diff: chromeos/login/auth/login_performer.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/cryptohome_authenticator.cc ('k') | chromeos/login/auth/login_performer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/login/auth/login_performer.h
diff --git a/chromeos/login/auth/login_performer.h b/chromeos/login/auth/login_performer.h
index 9230535cc401c5ccab4802e28cae5c9899c4aa03..47ce63163d41e8cb1172a0f1cf3cc2b916f0055a 100644
--- a/chromeos/login/auth/login_performer.h
+++ b/chromeos/login/auth/login_performer.h
@@ -73,9 +73,6 @@ class CHROMEOS_EXPORT LoginPerformer : public AuthStatusConsumer,
// Performs supervised user login with a given |user_context|.
void LoginAsSupervisedUser(const UserContext& user_context);
- // Performs retail mode login.
- void LoginRetailMode();
-
// Performs actions to prepare guest mode login.
void LoginOffTheRecord();
@@ -88,8 +85,6 @@ class CHROMEOS_EXPORT LoginPerformer : public AuthStatusConsumer,
// AuthStatusConsumer implementation:
virtual void OnAuthFailure(const AuthFailure& error) override;
- virtual void OnRetailModeAuthSuccess(
- const UserContext& user_context) override;
virtual void OnAuthSuccess(const UserContext& user_context) override;
virtual void OnOffTheRecordAuthSuccess() override;
virtual void OnPasswordChangeDetected() override;
« no previous file with comments | « chromeos/login/auth/cryptohome_authenticator.cc ('k') | chromeos/login/auth/login_performer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698