| Index: chrome/browser/chromeos/app_mode/kiosk_profile_loader.h
|
| diff --git a/chrome/browser/chromeos/app_mode/kiosk_profile_loader.h b/chrome/browser/chromeos/app_mode/kiosk_profile_loader.h
|
| index 06b90291f004bf297414e27c0497a947c8613db5..0f3bcd0de74761688c97b8886c9b4046b012a32a 100644
|
| --- a/chrome/browser/chromeos/app_mode/kiosk_profile_loader.h
|
| +++ b/chrome/browser/chromeos/app_mode/kiosk_profile_loader.h
|
| @@ -18,8 +18,6 @@ class Profile;
|
|
|
| namespace chromeos {
|
|
|
| -class KioskAppManager;
|
| -
|
| // KioskProfileLoader loads a special profile for a given app. It first
|
| // attempts to login for the app's generated user id. If the login is
|
| // successful, it prepares app profile then calls the delegate.
|
| @@ -61,8 +59,8 @@ class KioskProfileLoader : public LoginPerformer::Delegate,
|
| // LoginUtils::Delegate implementation:
|
| virtual void OnProfilePrepared(Profile* profile) OVERRIDE;
|
|
|
| - std::string user_id_;
|
| - bool force_ephemeral_;
|
| + const std::string user_id_;
|
| + const bool force_ephemeral_;
|
| Delegate* delegate_;
|
| scoped_ptr<CryptohomedChecker> cryptohomed_checker_;
|
| scoped_ptr<LoginPerformer> login_performer_;
|
|
|