Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(605)

Unified Diff: components/signin/core/common/profile_management_switches.h

Issue 660813002: [Win] Add a fast profile switcher to the Windows taskbar item. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase + added renamed jumplist files Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698