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

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

Issue 1307093004: Remove references to IsNewAvatarMenu since the flag was removed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert FRAME_AVATAR_BUTTON changes. Created 5 years, 3 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 6d58837d6524fffdfd513194ed88e1a5fb44aeb4..90fa0f5f661bca91e6ba674d3073920141646a4e 100644
--- a/components/signin/core/common/profile_management_switches.cc
+++ b/components/signin/core/common/profile_management_switches.cc
@@ -146,7 +146,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