diff --git a/src/ui/base/ui_base_features.cc b/src/ui/base/ui_base_features.cc index 73f737f9..766acff7 100644 --- a/src/ui/base/ui_base_features.cc +++ b/src/ui/base/ui_base_features.cc @@ -504,11 +504,11 @@ bool IsLacrosColorManagementEnabled() { BASE_FEATURE(kChromeRefresh2023, "ChromeRefresh2023", - base::FEATURE_DISABLED_BY_DEFAULT); + base::FEATURE_ENABLED_BY_DEFAULT); BASE_FEATURE(kChromeRefreshSecondary2023, "ChromeRefreshSecondary2023", - base::FEATURE_DISABLED_BY_DEFAULT); + base::FEATURE_ENABLED_BY_DEFAULT); bool IsChromeRefresh2023() { return base::FeatureList::IsEnabled(kChromeRefresh2023) ||