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 312aeb43b2859924a6fd7594bd49780177d09148..80145c39a45c130eedcbc70dbd8e103f224a2ffb 100644 |
--- a/components/user_manager/user_manager_base.h |
+++ b/components/user_manager/user_manager_base.h |
@@ -103,7 +103,8 @@ class USER_MANAGER_EXPORT UserManagerBase : public UserManager { |
virtual void RemoveSessionStateObserver( |
UserManager::UserSessionStateObserver* obs) override; |
virtual void NotifyLocalStateChanged() override; |
- virtual void ForceUpdateState() override; |
+ virtual void ChangeUserSupervisedStatus(User* user, bool is_supervised) |
+ override; |
// Helper function that copies users from |users_list| to |users_vector| and |
// |users_set|. Duplicates and users already present in |existing_users| are |