Index: components/user_manager/user_manager.h |
diff --git a/components/user_manager/user_manager.h b/components/user_manager/user_manager.h |
index 4253992d461cf7a1f110d2ebe51f5c7a00dbde38..1ac1a7f5f7b4f20258b8441c2a54b13afcae9673 100644 |
--- a/components/user_manager/user_manager.h |
+++ b/components/user_manager/user_manager.h |
@@ -117,11 +117,6 @@ class USER_MANAGER_EXPORT UserManager { |
// has a policy that prohibits it to be part of multi-profile session. |
virtual UserList GetUsersAllowedForMultiProfile() const = 0; |
- // Returns list of users allowed for supervised user creation. |
- // Returns an empty list in cases when supervised user creation or adding new |
- // users is restricted. |
- virtual UserList GetUsersAllowedForSupervisedUsersCreation() const = 0; |
- |
// Returns a list of users who are currently logged in. |
virtual const UserList& GetLoggedInUsers() const = 0; |