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

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

Issue 1782583003: Puts the new Material Design User Manager behind a flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 4 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/signin_switches.cc
diff --git a/components/signin/core/common/signin_switches.cc b/components/signin/core/common/signin_switches.cc
index 14564c073fcdbbee04abb0f96ceda18aacebe892..504d75ca23de41a7fe58df132cc9d5526454b93c 100644
--- a/components/signin/core/common/signin_switches.cc
+++ b/components/signin/core/common/signin_switches.cc
@@ -35,10 +35,14 @@ const char kExtensionsMultiAccount[] = "extensions-multi-account";
// Enables using GAIA information to populate profile name and icon.
const char kGoogleProfileInfo[] = "google-profile-info";
+const base::Feature kMaterialDesignUserManager {
+ "MaterialDesignUserManager", base::FEATURE_DISABLED_BY_DEFAULT
+};
+
// Enables or disables the new password separated sign in flow in a tab modal
// dialog.
const base::Feature kUsePasswordSeparatedSigninFlow {
- "UsePasswordSeparatedSigninFlow", base::FEATURE_DISABLED_BY_DEFAULT
+ "UsePasswordSeparatedSigninFlow", base::FEATURE_DISABLED_BY_DEFAULT
};
} // namespace switches
« chrome/browser/profiles/profile_window.cc ('K') | « components/signin/core/common/signin_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698