| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index d07f061fe12d36711b4defb63d824ccb0197229e..d7dcaad7475e83705115206abacc454179c2392d 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -180,7 +180,7 @@ const base::Feature kMacRTL{"MacRTL", base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| // Enables or disables the Material Design version of chrome://bookmarks.
|
| const base::Feature kMaterialDesignBookmarks{"MaterialDesignBookmarks",
|
| - base::FEATURE_DISABLED_BY_DEFAULT};
|
| + base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|
| #if BUILDFLAG(ENABLE_EXTENSIONS)
|
| // Enabled or disabled the Material Design version of chrome://extensions.
|
|
|