| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index 015773c5766418adc63f1cb0f440b5aaa4778ade..3745c8530bf51a6d8883c6329bf31ede7976cf18 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_ENABLED_BY_DEFAULT
|
| + "MaterialDesignHistory", base::FEATURE_DISABLED_BY_DEFAULT
|
| };
|
|
|
| // Enables or disables the Material Design version of chrome://settings.
|
|
|