| Index: media/media_options.gni
|
| diff --git a/media/media_options.gni b/media/media_options.gni
|
| index 9ac7c5e637990602b4e74dde3fe1708bae859772..746b5412208b6e83447652225d317a03874ebf23 100644
|
| --- a/media/media_options.gni
|
| +++ b/media/media_options.gni
|
| @@ -45,10 +45,6 @@ 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 embedders
|
| - # (e.g. Android and ChromeCast) that use a browser side CDM.
|
| - enable_browser_cdms = is_android
|
| -
|
| # Experiment to enable mojo based media renderer: http://crbug.com/431776
|
| enable_media_mojo_renderer = false
|
|
|
|
|