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 4ea0eacb211bccf7984de39b71b766dcfa0ba87e..18630e632da91ffcaab81dba2606871aaea53b86 100644 |
--- a/chrome/browser/chromeos/login/user_manager_impl.h |
+++ b/chrome/browser/chromeos/login/user_manager_impl.h |
@@ -230,6 +230,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_; |
+ |
// The key store for the current user has been loaded. This flag is needed to |
// ensure that the key store will not be loaded twice in the policy recovery |
// "safe-mode". |