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

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

Issue 372033002: Change semantics of newProfileManagement() to accountConsistency() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix profile_chooser_controller_test Created 6 years, 5 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/browser/account_reconcilor.cc ('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 d01296a68e6d29139b91dba13b014bde4805bd53..84200990abc9c539529ab1fcb899bb10afed7ce7 100644
--- a/components/signin/core/common/profile_management_switches.cc
+++ b/components/signin/core/common/profile_management_switches.cc
@@ -140,9 +140,8 @@ bool IsNewProfileManagement() {
}
bool IsNewProfileManagementPreviewEnabled() {
- bool is_new_avatar_menu =
- CommandLine::ForCurrentProcess()->HasSwitch(switches::kNewAvatarMenu);
- return is_new_avatar_menu && IsNewProfileManagement();
+ // No promotion to Enable Account Consistency.
+ return false;
}
void EnableNewProfileManagementForTesting(base::CommandLine* command_line) {
« no previous file with comments | « components/signin/core/browser/account_reconcilor.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698