mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
enable 2023 UI....
This commit is contained in:
parent
bbf764b514
commit
48462fd939
1 changed files with 2 additions and 2 deletions
|
@ -504,11 +504,11 @@ bool IsLacrosColorManagementEnabled() {
|
||||||
|
|
||||||
BASE_FEATURE(kChromeRefresh2023,
|
BASE_FEATURE(kChromeRefresh2023,
|
||||||
"ChromeRefresh2023",
|
"ChromeRefresh2023",
|
||||||
base::FEATURE_DISABLED_BY_DEFAULT);
|
base::FEATURE_ENABLED_BY_DEFAULT);
|
||||||
|
|
||||||
BASE_FEATURE(kChromeRefreshSecondary2023,
|
BASE_FEATURE(kChromeRefreshSecondary2023,
|
||||||
"ChromeRefreshSecondary2023",
|
"ChromeRefreshSecondary2023",
|
||||||
base::FEATURE_DISABLED_BY_DEFAULT);
|
base::FEATURE_ENABLED_BY_DEFAULT);
|
||||||
|
|
||||||
bool IsChromeRefresh2023() {
|
bool IsChromeRefresh2023() {
|
||||||
return base::FeatureList::IsEnabled(kChromeRefresh2023) ||
|
return base::FeatureList::IsEnabled(kChromeRefresh2023) ||
|
||||||
|
|
Loading…
Reference in a new issue