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

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

Issue 2747213003: Remove IsNewProfileManagementPreviewEnabled (Closed)
Patch Set: Created 3 years, 9 months 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
« no previous file with comments | « components/signin/core/common/profile_management_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..ddc0351711b328cf8ffda8d2917d692e430c26c5 100644
--- a/components/signin/core/common/profile_management_switches.cc
+++ b/components/signin/core/common/profile_management_switches.cc
@@ -126,11 +126,6 @@ bool IsNewProfileManagement() {
return GetProcessState() >= STATE_NEW_PROFILE_MANAGEMENT;
}
-bool IsNewProfileManagementPreviewEnabled() {
- // No promotion to Enable Account Consistency.
- return false;
-}
-
bool UsePasswordSeparatedSigninFlow() {
return base::FeatureList::IsEnabled(
switches::kUsePasswordSeparatedSigninFlow);
« no previous file with comments | « components/signin/core/common/profile_management_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698