| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index 761c61313796b670a207a50ea74c31e536c41abf..6b511d1a0ce8a59c4e4b7fcf5ec769eb6db459e1 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -55,7 +55,7 @@ const base::Feature kLinuxObsoleteSystemIsEndOfTheLine{
|
|
|
| // Enables or disables the Material Design version of chrome://history.
|
| const base::Feature kMaterialDesignHistoryFeature {
|
| - "MaterialDesignHistory", base::FEATURE_DISABLED_BY_DEFAULT
|
| + "MaterialDesignHistory", base::FEATURE_ENABLED_BY_DEFAULT
|
| };
|
|
|
| // Enables or disables the Material Design version of chrome://settings.
|
|
|