| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index 4a6612e252f0ebb93105a98691ece03db517db43..929ad70f4a151549d7b6125fbf40d1db83515c70 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -95,7 +95,7 @@ const base::Feature kPushMessagingBackgroundMode{
|
|
|
| // Enables or disables the Material Design version of chrome://history.
|
| const base::Feature kMaterialDesignHistory{
|
| - "MaterialDesignHistory", base::FEATURE_DISABLED_BY_DEFAULT};
|
| + "MaterialDesignHistory", base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|
| // Enables or disables the Material Design version of chrome://settings.
|
| // Also affects chrome://help.
|
|
|