Index: chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.cc |
diff --git a/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.cc b/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.cc |
index a65eae28daa90474a8a1bcdbb614aaf5fee01595..1fc56f464bfbe8f1c2973037c87b151f105fb998 100644 |
--- a/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.cc |
+++ b/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.cc |
@@ -40,7 +40,7 @@ bool AvatarMenuActionsChromeOS::ShouldShowAddNewProfileLink() const { |
// |browser_| can be NULL in unit_tests. |
return (!browser_ || !browser_->profile()->IsSupervised()) && |
user_manager::UserManager::Get() |
- ->GetUsersAdmittedForMultiProfile() |
+ ->GetUsersAllowedForMultiProfile() |
.size(); |
} |