Commit b7de3c5f authored by tsergeant's avatar tsergeant Committed by Commit bot

MD History: Disable by default

MD History is not launching in M54, so we are disabling it until
after branch point.

BUG=425625

Review-Url: https://codereview.chromium.org/2271533005
Cr-Commit-Position: refs/heads/master@{#414314}
parent 3f9aaee9
...@@ -95,7 +95,7 @@ const base::Feature kPushMessagingBackgroundMode{ ...@@ -95,7 +95,7 @@ const base::Feature kPushMessagingBackgroundMode{
// Enables or disables the Material Design version of chrome://history. // Enables or disables the Material Design version of chrome://history.
const base::Feature kMaterialDesignHistory{ const base::Feature kMaterialDesignHistory{
"MaterialDesignHistory", base::FEATURE_ENABLED_BY_DEFAULT}; "MaterialDesignHistory", base::FEATURE_DISABLED_BY_DEFAULT};
// Enables or disables the Material Design version of chrome://settings. // Enables or disables the Material Design version of chrome://settings.
// Also affects chrome://help. // Also affects chrome://help.
......
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