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

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

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
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 bdfbf2759aaddc77c2506039fddafc4502d0649a..7ed543d0967e093bfa46872e45061a2493fd8083 100644
--- a/components/signin/core/common/profile_management_switches.h
+++ b/components/signin/core/common/profile_management_switches.h
@@ -22,15 +22,10 @@ bool IsEnableAccountConsistency();
// Whether the chrome.identity API should be multi-account.
bool IsExtensionsMultiAccount();
-// Use new profile management system, including profile sign-out and new
-// choosers.
-bool IsNewProfileManagement();
-
// Checks whether the new gaia password separated sign in flow is enabled.
bool UsePasswordSeparatedSigninFlow();
-// Called in tests to force enabling different modes.
-void EnableNewProfileManagementForTesting(base::CommandLine* command_line);
+// Called in tests to force enable account consistency.
void EnableAccountConsistencyForTesting(base::CommandLine* command_line);
} // namespace switches
« no previous file with comments | « components/signin/core/browser/about_signin_internals.cc ('k') | components/signin/core/common/profile_management_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698