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

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

Issue 2762173003: Remove IsNewProfileManagement and EnableNewProfileManagementForTesting (Closed)
Patch Set: Fix compile (add back an include) 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 e9f883cf3699827dd0365317824c0eca07a52940..733ea083103946bcdbe6355725317adf59a011a2 100644
--- a/components/signin/core/common/profile_management_switches.cc
+++ b/components/signin/core/common/profile_management_switches.cc
@@ -36,19 +36,11 @@ bool IsExtensionsMultiAccount() {
IsEnableAccountConsistency();
}
-bool IsNewProfileManagement() {
- return true;
-}
-
bool UsePasswordSeparatedSigninFlow() {
return base::FeatureList::IsEnabled(
switches::kUsePasswordSeparatedSigninFlow);
}
-void EnableNewProfileManagementForTesting(base::CommandLine* command_line) {
- // No-op as new profile management is always enabled.
-}
-
void EnableAccountConsistencyForTesting(base::CommandLine* command_line) {
command_line->AppendSwitch(switches::kEnableAccountConsistency);
}
« 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