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 |