Commit f3ebdac0 authored by mahmadi's avatar mahmadi Committed by Commit bot

Enables MD User Manager by default

Review-Url: https://codereview.chromium.org/2324153002
Cr-Commit-Position: refs/heads/master@{#417582}
parent fdae1ec9
...@@ -36,7 +36,7 @@ const char kExtensionsMultiAccount[] = "extensions-multi-account"; ...@@ -36,7 +36,7 @@ const char kExtensionsMultiAccount[] = "extensions-multi-account";
const char kGoogleProfileInfo[] = "google-profile-info"; const char kGoogleProfileInfo[] = "google-profile-info";
const base::Feature kMaterialDesignUserManager { const base::Feature kMaterialDesignUserManager {
"MaterialDesignUserManager", base::FEATURE_DISABLED_BY_DEFAULT "MaterialDesignUserManager", base::FEATURE_ENABLED_BY_DEFAULT
}; };
// Enables or disables the material design desktop user menu. // Enables or disables the material design desktop user menu.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment