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

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

Issue 2498613003: Add ARC++ kiosk menu items and ability to start kiosk session. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 1 month 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/stub_authenticator.h
diff --git a/chromeos/login/auth/stub_authenticator.h b/chromeos/login/auth/stub_authenticator.h
index 10f9775296b0e4c4e784d65838bbc687e269b243..ceca7203a01c90d2e0f04c7ac3a6820b0571c668 100644
--- a/chromeos/login/auth/stub_authenticator.h
+++ b/chromeos/login/auth/stub_authenticator.h
@@ -39,6 +39,7 @@ class CHROMEOS_EXPORT StubAuthenticator : public Authenticator {
void LoginAsPublicSession(const UserContext& user_context) override;
void LoginAsKioskAccount(const AccountId& app_account_id,
bool use_guest_mount) override;
+ void LoginAsArcKioskAccount(const AccountId& app_account_id) override;
void OnAuthSuccess() override;
void OnAuthFailure(const AuthFailure& failure) override;
void RecoverEncryptedData(const std::string& old_password) override;

Powered by Google App Engine
This is Rietveld 408576698