| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index 3bab60f9d50bb7743c82a6c559736e984c952e40..0438fadbb2c32e5436d068a8d640da622638f3c4 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1466,6 +1466,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kEnableInbandTextTracks,
|
| switches::kEnableLCDText,
|
| switches::kEnableLogging,
|
| + switches::kEnableMediaDocumentDownloadButton,
|
| switches::kEnableMemoryBenchmarking,
|
| switches::kEnableNetworkInformation,
|
| switches::kEnableNotificationActionIcons,
|
|
|