summaryrefslogtreecommitdiff
path: root/chromium/media/media_options.gni
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/media/media_options.gni')
-rw-r--r--chromium/media/media_options.gni2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/media/media_options.gni b/chromium/media/media_options.gni
index a35a38a21be..c5dd9eb34d5 100644
--- a/chromium/media/media_options.gni
+++ b/chromium/media/media_options.gni
@@ -79,6 +79,8 @@ declare_args() {
enable_webrtc = !is_cast_audio_only && !is_fuchsia
+ enable_web_speech = true
+
# Enable HLS with SAMPLE-AES decryption.
# Enabled by default on the cast desktop implementation to allow unit tests of
# MP2TS parsing support.