Commit da5227d9 authored by Abigail Klein's avatar Abigail Klein Committed by Chromium LUCI CQ

[Live Caption] Introduce new media switch

kLiveCaptionSystemWideOnChromeOS.

Introduce a new media switch for the M2 launch of Live Caption.
In that launch, Live Caption will run system-wide on ChromeOS, as
opposed to just in the browser.

Bug: 1055150
Change-Id: I79176e94201edffe541db266422c79e4c264feff
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2619943Reviewed-by: default avatarMounir Lamouri <mlamouri@chromium.org>
Commit-Queue: Abigail Klein <abigailbklein@google.com>
Cr-Commit-Position: refs/heads/master@{#842208}
parent 29a03aaa
...@@ -498,6 +498,10 @@ const base::Feature kLiveCaption{"LiveCaption", ...@@ -498,6 +498,10 @@ const base::Feature kLiveCaption{"LiveCaption",
const base::Feature kUseSodaForLiveCaption{"UseSodaForLiveCaption", const base::Feature kUseSodaForLiveCaption{"UseSodaForLiveCaption",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
// Live Caption runs system-wide on ChromeOS, as opposed to just in the browser.
const base::Feature kLiveCaptionSystemWideOnChromeOS{
"LiveCaptionSystemWideOnChromeOS", base::FEATURE_DISABLED_BY_DEFAULT};
// Prevents UrlProvisionFetcher from making a provisioning request. If // Prevents UrlProvisionFetcher from making a provisioning request. If
// specified, any provisioning request made will not be sent to the provisioning // specified, any provisioning request made will not be sent to the provisioning
// server, and the response will indicate a failure to communicate with the // server, and the response will indicate a failure to communicate with the
......
...@@ -145,6 +145,7 @@ MEDIA_EXPORT extern const base::Feature ...@@ -145,6 +145,7 @@ MEDIA_EXPORT extern const base::Feature
MEDIA_EXPORT extern const base::Feature kKaleidoscopeModule; MEDIA_EXPORT extern const base::Feature kKaleidoscopeModule;
MEDIA_EXPORT extern const base::Feature kKaleidoscopeModuleCacheOnly; MEDIA_EXPORT extern const base::Feature kKaleidoscopeModuleCacheOnly;
MEDIA_EXPORT extern const base::Feature kLiveCaption; MEDIA_EXPORT extern const base::Feature kLiveCaption;
MEDIA_EXPORT extern const base::Feature kLiveCaptionSystemWideOnChromeOS;
MEDIA_EXPORT extern const base::Feature kLowDelayVideoRenderingOnLiveStream; MEDIA_EXPORT extern const base::Feature kLowDelayVideoRenderingOnLiveStream;
MEDIA_EXPORT extern const base::Feature kMediaCapabilitiesQueryGpuFactories; MEDIA_EXPORT extern const base::Feature kMediaCapabilitiesQueryGpuFactories;
MEDIA_EXPORT extern const base::Feature kMediaCapabilitiesWithParameters; MEDIA_EXPORT extern const base::Feature kMediaCapabilitiesWithParameters;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment