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.gni5
1 files changed, 2 insertions, 3 deletions
diff --git a/chromium/media/media_options.gni b/chromium/media/media_options.gni
index c2b47093078..746b5412208 100644
--- a/chromium/media/media_options.gni
+++ b/chromium/media/media_options.gni
@@ -45,9 +45,8 @@ declare_args() {
# default since it's not available on the normal Web Platform and costs money.
enable_mpeg2ts_stream_parser = false
- # Enables browser side Content Decryption Modules. Required for android where
- # the typical PPAPI based CDM is not available.
- enable_browser_cdms = is_android
+ # Experiment to enable mojo based media renderer: http://crbug.com/431776
+ enable_media_mojo_renderer = false
# TODO(GYP): This should be a platform define.
is_openbsd = false