| 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 18630e632da91ffcaab81dba2606871aaea53b86..ea14525e65966bea8c22238a826c8ef0d3758aab 100644
|
| --- a/chrome/browser/chromeos/login/user_manager_impl.h
|
| +++ b/chrome/browser/chromeos/login/user_manager_impl.h
|
| @@ -47,6 +47,7 @@ class UserManagerImpl : public UserManager,
|
| virtual void DemoUserLoggedIn() OVERRIDE;
|
| virtual void GuestUserLoggedIn() OVERRIDE;
|
| virtual void EphemeralUserLoggedIn(const std::string& email) OVERRIDE;
|
| + virtual void UserSelected(const std::string& email) OVERRIDE;
|
| virtual void RemoveUser(const std::string& email,
|
| RemoveUserDelegate* delegate) OVERRIDE;
|
| virtual void RemoveUserFromList(const std::string& email) OVERRIDE;
|
| @@ -126,6 +127,8 @@ class UserManagerImpl : public UserManager,
|
| // list. Returns |NULL| otherwise.
|
| const User* FindUserInList(const std::string& email) const;
|
|
|
| + int FindUserWallpaperIndex(const std::string& email);
|
| +
|
| // Makes stub user the current logged-in user (for test paths).
|
| void StubUserLoggedIn();
|
|
|
|
|