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 f765170ef7e7883ce851abbe94bd66f085a5019a..6d58837d6524fffdfd513194ed88e1a5fb44aeb4 100644 |
--- a/components/signin/core/common/profile_management_switches.cc |
+++ b/components/signin/core/common/profile_management_switches.cc |
@@ -137,11 +137,6 @@ bool IsExtensionsMultiAccount() { |
STATE_ACCOUNT_CONSISTENCY); |
} |
-bool IsFastUserSwitching() { |
- return base::CommandLine::ForCurrentProcess()->HasSwitch( |
- switches::kFastUserSwitching); |
-} |
- |
bool IsGoogleProfileInfo() { |
return CheckFlag(switches::kGoogleProfileInfo, STATE_NEW_AVATAR_MENU); |
} |