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

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

Issue 1124383004: Removes the new-avatar-menu flags, enabling the feature for all users. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 7 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.cc
diff --git a/components/signin/core/common/profile_management_switches.cc b/components/signin/core/common/profile_management_switches.cc
index f765170ef7e7883ce851abbe94bd66f085a5019a..aafe7fb622c713d948282d6f16a81ac18e9aa327 100644
--- a/components/signin/core/common/profile_management_switches.cc
+++ b/components/signin/core/common/profile_management_switches.cc
@@ -151,7 +151,7 @@ bool IsNewAvatarMenu() {
#if defined(OS_ANDROID) || defined(OS_IOS) || defined(OS_CHROMEOS)
return false;
#else
- return GetProcessState() >= STATE_NEW_AVATAR_MENU;
+ return true;
#endif
}

Powered by Google App Engine
This is Rietveld 408576698