Chromium Code Reviews| Index: chrome/browser/chromeos/login/login_performer.h |
| diff --git a/chrome/browser/chromeos/login/login_performer.h b/chrome/browser/chromeos/login/login_performer.h |
| index d4ec7d8639abbe51cd0a352f37eba1bbec05ef9d..de6b4485efcbac7f136a733910cb9236626b82f1 100644 |
| --- a/chrome/browser/chromeos/login/login_performer.h |
| +++ b/chrome/browser/chromeos/login/login_performer.h |
| @@ -82,7 +82,8 @@ class LoginPerformer : public LoginStatusConsumer, |
| void LoginAsPublicAccount(const std::string& username); |
| // Performs a login into the kiosk mode account with |app_user_id|. |
| - void LoginAsKioskAccount(const std::string& app_user_id); |
| + void LoginAsKioskAccount(const std::string& app_user_id, |
| + bool force_ephemeral); |
|
bartfab (slow)
2014/02/13 19:51:53
Nit: As before, I see no reason to call this argum
rkc
2014/02/13 23:22:01
Explained on the other comment.
|
| // Migrates cryptohome using |old_password| specified. |
| void RecoverEncryptedData(const std::string& old_password); |