Index: components/signin/core/common/profile_management_switches.h |
diff --git a/components/signin/core/common/profile_management_switches.h b/components/signin/core/common/profile_management_switches.h |
index 63557d6900550d7543b32131dc033d2414ede96e..7c83c548d047813aa4123607f0b0e1ace202be1b 100644 |
--- a/components/signin/core/common/profile_management_switches.h |
+++ b/components/signin/core/common/profile_management_switches.h |
@@ -51,6 +51,10 @@ void DisableNewAvatarMenuForTesting(base::CommandLine* command_line); |
void EnableNewProfileManagementForTesting(base::CommandLine* command_line); |
void EnableAccountConsistencyForTesting(base::CommandLine* command_line); |
+// Checks whether the experiment that replaces the Most Visited category |
+// with a Profiles list exists. |
+bool HasProfilesJumplistExperiment(); |
+ |
} // namespace switches |
#endif // CHROME_COMMON_PROFILE_MANAGEMENT_SWITCHES_H_ |