| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index 838017dd5f2325aeef693c7d013f06d14346e4e1..8c3c37e0cc901dee23bcf146837af8a983348186 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.
|
|
|