Index: components/signin/core/common/profile_management_switches.cc |
diff --git a/components/signin/core/common/profile_management_switches.cc b/components/signin/core/common/profile_management_switches.cc |
index 0e66d0b691ce76554a8defe5de08fcd9e49cc7d7..65518fb4e49aed906e351e9aa5575c71df737476 100644 |
--- a/components/signin/core/common/profile_management_switches.cc |
+++ b/components/signin/core/common/profile_management_switches.cc |
@@ -118,10 +118,6 @@ bool IsExtensionsMultiAccount() { |
STATE_ACCOUNT_CONSISTENCY); |
} |
-bool IsGoogleProfileInfo() { |
- return CheckFlag(switches::kGoogleProfileInfo, STATE_NEW_AVATAR_MENU); |
-} |
- |
bool IsNewProfileManagement() { |
return GetProcessState() >= STATE_NEW_PROFILE_MANAGEMENT; |
} |