| Index: components/user_manager/user_manager_base.h
|
| diff --git a/components/user_manager/user_manager_base.h b/components/user_manager/user_manager_base.h
|
| index 9dc1c9ab9ea4a1c7e77b469a0162d18080f89237..101bd8b04ded25d35fb5bbedf74688bc045f4ce7 100644
|
| --- a/components/user_manager/user_manager_base.h
|
| +++ b/components/user_manager/user_manager_base.h
|
| @@ -104,6 +104,8 @@ class USER_MANAGER_EXPORT UserManagerBase : public UserManager {
|
| void NotifyLocalStateChanged() override;
|
| void ChangeUserChildStatus(User* user, bool is_child) override;
|
|
|
| + virtual void SetIsCurrentUserNew(bool is_new);
|
| +
|
| // Helper function that copies users from |users_list| to |users_vector| and
|
| // |users_set|. Duplicates and users already present in |existing_users| are
|
| // skipped.
|
| @@ -238,8 +240,6 @@ class USER_MANAGER_EXPORT UserManagerBase : public UserManager {
|
| virtual bool GetEphemeralUsersEnabled() const;
|
| virtual void SetEphemeralUsersEnabled(bool enabled);
|
|
|
| - virtual void SetIsCurrentUserNew(bool is_new);
|
| -
|
| virtual void SetOwnerEmail(std::string owner_user_id);
|
|
|
| virtual const std::string& GetPendingUserSwitchID() const;
|
|
|