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

Unified Diff: chromeos/login/auth/login_performer.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/login_performer.h
diff --git a/chromeos/login/auth/login_performer.h b/chromeos/login/auth/login_performer.h
index 3c814ea398b210ccc5da8c8d31cf1bd02e08f7ec..d9f16ef94ac309b894d20bf0a512e0729685e762 100644
--- a/chromeos/login/auth/login_performer.h
+++ b/chromeos/login/auth/login_performer.h
@@ -83,6 +83,9 @@ class CHROMEOS_EXPORT LoginPerformer : public AuthStatusConsumer {
void LoginAsKioskAccount(const AccountId& app_account_id,
bool use_guest_mount);
+ // Performs a login into the ARC kiosk mode account with |arc_app_account_id|.
+ void LoginAsArcKioskAccount(const AccountId& arc_app_account_id);
+
// AuthStatusConsumer implementation:
void OnAuthFailure(const AuthFailure& error) override;
void OnAuthSuccess(const UserContext& user_context) override;

Powered by Google App Engine
This is Rietveld 408576698