| 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 1fca7d5c486d441589d7e7433dff169bb0004fcf..f2fc0868e8012048333efd5f1c8af502d3d94007 100644
|
| --- a/chrome/browser/chromeos/login/user_manager_impl.h
|
| +++ b/chrome/browser/chromeos/login/user_manager_impl.h
|
| @@ -483,6 +483,10 @@ class UserManagerImpl
|
| scoped_ptr<policy::CloudExternalDataPolicyObserver>
|
| wallpaper_policy_observer_;
|
|
|
| + // ID of the user just added to the session that needs to be activated
|
| + // as soon as user's profile is loaded.
|
| + std::string pending_user_switch_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(UserManagerImpl);
|
| };
|
|
|
|
|