Chromium Code Reviews| Index: chrome/browser/chromeos/login/authenticator.h |
| diff --git a/chrome/browser/chromeos/login/authenticator.h b/chrome/browser/chromeos/login/authenticator.h |
| index f061803683285627b030c32763bdd50608946d6a..555428483aac6e2ca67d00c763b7c00e3ea3c59d 100644 |
| --- a/chrome/browser/chromeos/login/authenticator.h |
| +++ b/chrome/browser/chromeos/login/authenticator.h |
| @@ -58,7 +58,8 @@ class Authenticator : public base::RefCountedThreadSafe<Authenticator> { |
| // Initiates login into kiosk mode account identified by |app_user_id|. |
| // The |app_user_id| is a generated username for the account. |
| - virtual void LoginAsKioskAccount(const std::string& app_user_id) = 0; |
| + virtual void LoginAsKioskAccount( |
| + const std::string& app_user_id, bool force_ephemeral) = 0; |
|
xiyuan
2014/02/12 00:03:22
nit: Document the new arg.
rkc
2014/02/12 00:08:07
Done.
|
| // Completes retail mode login. |
| virtual void OnRetailModeLoginSuccess() = 0; |