| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index b627ef1055a9b4ca6877d6b5de89cf300c55e227..d17729cfbe5467f592ea55b973d8e1aab363a051 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -166,6 +166,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)) {
|
|
|