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

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

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: fix compile 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.cc
diff --git a/components/signin/core/common/profile_management_switches.cc b/components/signin/core/common/profile_management_switches.cc
index f1a72033047ef77805873b79354742d2eb954671..f02aa3dda84d62e51b928ac906db2acd20bcb289 100644
--- a/components/signin/core/common/profile_management_switches.cc
+++ b/components/signin/core/common/profile_management_switches.cc
@@ -187,4 +187,10 @@ void EnableAccountConsistencyForTesting(base::CommandLine* command_line) {
DCHECK(!command_line->HasSwitch(switches::kDisableAccountConsistency));
}
+bool HasProfilesJumplistExperiment() {
+ const std::string group_name =
+ base::FieldTrialList::FindFullName("Windows-Jumplist-Profiles");
+ return group_name == "Use-Profiles";
+}
+
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698