| 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 df255529a04c6f7a9f76e4631bda6ec3e9a7e8c3..9826d61228fe3b3632639a52067f2b07733f9e87 100644
|
| --- a/components/signin/core/common/signin_switches.cc
|
| +++ b/components/signin/core/common/signin_switches.cc
|
| @@ -41,7 +41,7 @@ const base::Feature kMaterialDesignUserManager {
|
|
|
| // Enables or disables the material design desktop user menu.
|
| const base::Feature kMaterialDesignUserMenu {
|
| - "MaterialDesignUserMenu", base::FEATURE_DISABLED_BY_DEFAULT
|
| + "MaterialDesignUserMenu", base::FEATURE_ENABLED_BY_DEFAULT
|
| };
|
|
|
| // Enables or disables the new password separated sign in flow in a tab modal
|
|
|