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

Unified Diff: chromeos/login/auth/cryptohome_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: rebase 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
« no previous file with comments | « chromeos/login/auth/authenticator.h ('k') | chromeos/login/auth/cryptohome_authenticator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/login/auth/cryptohome_authenticator.h
diff --git a/chromeos/login/auth/cryptohome_authenticator.h b/chromeos/login/auth/cryptohome_authenticator.h
index 1e641b0619b5977e574b9a2b5f6e4c1271cbb3c6..7a647a622fc2dc2b363ba2033940446bbbe48a63 100644
--- a/chromeos/login/auth/cryptohome_authenticator.h
+++ b/chromeos/login/auth/cryptohome_authenticator.h
@@ -137,6 +137,13 @@ class CHROMEOS_EXPORT CryptohomeAuthenticator
void LoginAsKioskAccount(const AccountId& app_account_id,
bool use_guest_mount) override;
+ // Initiates login into the ARC kiosk mode account identified by
+ // |app_account_id|.
+ // Mounts a public cryptohome, which will be ephemeral if the
+ // |DeviceEphemeralUsersEnabled| policy is enabled and non-ephemeral
+ // otherwise.
+ void LoginAsArcKioskAccount(const AccountId& app_account_id) override;
+
// These methods must be called on the UI thread, as they make DBus calls
// and also call back to the login UI.
void OnAuthSuccess() override;
« no previous file with comments | « chromeos/login/auth/authenticator.h ('k') | chromeos/login/auth/cryptohome_authenticator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698