| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index d8aa67380dc36ac20e38e40eddf4958c67ca0c82..c82a8cc2c3a0605828d49bd2c47d16e783323419 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.
|
|
|