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

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

Issue 2758583002: Remove google-profile-info switch. (Closed)
Patch Set: 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.cc
diff --git a/components/signin/core/common/profile_management_switches.cc b/components/signin/core/common/profile_management_switches.cc
index 0e66d0b691ce76554a8defe5de08fcd9e49cc7d7..65518fb4e49aed906e351e9aa5575c71df737476 100644
--- a/components/signin/core/common/profile_management_switches.cc
+++ b/components/signin/core/common/profile_management_switches.cc
@@ -118,10 +118,6 @@ bool IsExtensionsMultiAccount() {
STATE_ACCOUNT_CONSISTENCY);
}
-bool IsGoogleProfileInfo() {
- return CheckFlag(switches::kGoogleProfileInfo, STATE_NEW_AVATAR_MENU);
-}
-
bool IsNewProfileManagement() {
return GetProcessState() >= STATE_NEW_PROFILE_MANAGEMENT;
}

Powered by Google App Engine
This is Rietveld 408576698