0

[dPWA][mac][SystemMediaControls] Enable by default

Bug: 40275333
Change-Id: I252e8fb522331ceff60d3bc3fbc02d77b709077e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5851932
Reviewed-by: Tommy Steimel <steimel@chromium.org>
Reviewed-by: Avi Drissman <avi@chromium.org>
Reviewed-by: Daniel Murphy <dmurph@chromium.org>
Commit-Queue: Stanley Hon <stahon@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#1354909}
This commit is contained in:
Lia Hiscock
2024-09-13 00:19:07 +00:00
committed by Chromium LUCI CQ
parent 13efc7904b
commit f74fb79431

@ -1167,6 +1167,11 @@ BASE_FEATURE(kV8VmFuture, "V8VmFuture", base::FEATURE_DISABLED_BY_DEFAULT);
BASE_FEATURE(kWebAppSystemMediaControls,
"WebAppSystemMediaControls",
#if BUILDFLAG(IS_WIN)
// Windows enabled since 124.
base::FEATURE_ENABLED_BY_DEFAULT);
#elif BUILDFLAG(IS_MAC)
// macOS enabled in 130. If a kill switch is needed, it should be
// safe to only disable the failing platform (ie. macOS here).
base::FEATURE_ENABLED_BY_DEFAULT);
#else
base::FEATURE_DISABLED_BY_DEFAULT);