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

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

Issue 608283003: Remove retail mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: chromeos/login/auth/authenticator.h
diff --git a/chromeos/login/auth/authenticator.h b/chromeos/login/auth/authenticator.h
index d3fd5840f5d0f10cc8ad0711425163fab54dd24e..9477670853e2da8f3c85b7f73fd6dce8eaeca58d 100644
--- a/chromeos/login/auth/authenticator.h
+++ b/chromeos/login/auth/authenticator.h
@@ -48,9 +48,6 @@ class CHROMEOS_EXPORT Authenticator
// Initiates supervised user login.
virtual void LoginAsSupervisedUser(const UserContext& user_context) = 0;
- // Initiates retail mode login.
- virtual void LoginRetailMode() = 0;
-
// Initiates incognito ("browse without signing in") login.
virtual void LoginOffTheRecord() = 0;
@@ -64,9 +61,6 @@ class CHROMEOS_EXPORT Authenticator
virtual void LoginAsKioskAccount(const std::string& app_user_id,
bool use_guest_mount) = 0;
- // Completes retail mode login.
- virtual void OnRetailModeAuthSuccess() = 0;
-
// Notifies caller that login was successful. Must be called on the UI thread.
virtual void OnAuthSuccess() = 0;

Powered by Google App Engine
This is Rietveld 408576698