| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 1196ffe824ffeb83bfdbc95cbb62544d90efeae7..0b01f318897a4cb7b4d3c844df7736ac4ded92c8 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -177,6 +177,9 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| if (base::FeatureList::IsEnabled(features::kRenderingPipelineThrottling))
|
| WebRuntimeFeatures::enableRenderingPipelineThrottling(true);
|
|
|
| + if (command_line.HasSwitch(switches::kEnableMediaDocumentDownloadButton))
|
| + WebRuntimeFeatures::enableMediaDocumentDownloadButton(true);
|
| +
|
| // Enable explicitly enabled features, and then disable explicitly disabled
|
| // ones.
|
| if (command_line.HasSwitch(switches::kEnableBlinkFeatures)) {
|
|
|