| Index: chromeos/login/auth/login_performer.h
|
| diff --git a/chromeos/login/auth/login_performer.h b/chromeos/login/auth/login_performer.h
|
| index 915ee356409b04fec146e31afd55ffa8c4fd947a..3eb2c4f6ea5e7f82ee5d89e74dcfde4a547b97d7 100644
|
| --- a/chromeos/login/auth/login_performer.h
|
| +++ b/chromeos/login/auth/login_performer.h
|
| @@ -79,8 +79,8 @@ class CHROMEOS_EXPORT LoginPerformer : public AuthStatusConsumer {
|
| // Performs public session login with a given |user_context|.
|
| void LoginAsPublicSession(const UserContext& user_context);
|
|
|
| - // Performs a login into the kiosk mode account with |app_user_id|.
|
| - void LoginAsKioskAccount(const std::string& app_user_id,
|
| + // Performs a login into the kiosk mode account with |app_account_id|.
|
| + void LoginAsKioskAccount(const AccountId& app_account_id,
|
| bool use_guest_mount);
|
|
|
| // AuthStatusConsumer implementation:
|
|
|