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

Unified Diff: chromeos/login/auth/auth_status_consumer.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/chromeos_switches.cc ('k') | chromeos/login/auth/auth_status_consumer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/login/auth/auth_status_consumer.h
diff --git a/chromeos/login/auth/auth_status_consumer.h b/chromeos/login/auth/auth_status_consumer.h
index a988596bcde76efa3d31ebea94ed6bb356a6a61f..e7e3bda56c8e25e6f9ecea89bce8eb603d9a9b8b 100644
--- a/chromeos/login/auth/auth_status_consumer.h
+++ b/chromeos/login/auth/auth_status_consumer.h
@@ -111,10 +111,6 @@ class CHROMEOS_EXPORT AuthStatusConsumer {
// The current login attempt has ended in failure, with error |error|.
virtual void OnAuthFailure(const AuthFailure& error) = 0;
- // The current retail mode login attempt has succeeded.
- // Unless overridden for special processing, this should always call
- // OnLoginSuccess with the magic |kRetailModeUserEMail| constant.
- virtual void OnRetailModeAuthSuccess(const UserContext& user_context);
// The current login attempt has succeeded for |user_context|.
virtual void OnAuthSuccess(const UserContext& user_context) = 0;
// The current guest login attempt has succeeded.
« no previous file with comments | « chromeos/chromeos_switches.cc ('k') | chromeos/login/auth/auth_status_consumer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698