| Index: chrome/browser/chromeos/login/user_manager_impl.h
|
| diff --git a/chrome/browser/chromeos/login/user_manager_impl.h b/chrome/browser/chromeos/login/user_manager_impl.h
|
| index 22fab8665347c67a57d3f50ac95beb23c67b27d6..ea4507624e9940c44766586c98c0e45df580ce36 100644
|
| --- a/chrome/browser/chromeos/login/user_manager_impl.h
|
| +++ b/chrome/browser/chromeos/login/user_manager_impl.h
|
| @@ -229,6 +229,9 @@ class UserManagerImpl : public UserManager,
|
| // mounting their cryptohomes using tmpfs.
|
| bool is_current_user_ephemeral_;
|
|
|
| + // Cache current user selected index in memory.
|
| + int current_user_wallpaper_index_;
|
| +
|
| // Cached flag indicating whether ephemeral users are enabled. Defaults to
|
| // |false| if the value has not been read from trusted device policy yet.
|
| bool ephemeral_users_enabled_;
|
|
|