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 e663ff03f3a88db524cdec5f7024a68419ea654c..d6d26f1f7e8197a1443ef6257c245f99ccb275aa 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -1194,6 +1194,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kDisableDirectNPAPIRequests, |
switches::kDisableDisplayList2dCanvas, |
switches::kDisableDistanceFieldText, |
+ switches::kDisableEncryptedMedia, |
switches::kDisableFileSystem, |
switches::kDisableGpuCompositing, |
switches::kDisableGpuVsync, |
@@ -1225,7 +1226,6 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kEnableDelayAgnosticAec, |
switches::kEnableDisplayList2dCanvas, |
switches::kEnableDistanceFieldText, |
- switches::kEnableEncryptedMedia, |
switches::kEnableExperimentalCanvasFeatures, |
switches::kEnableExperimentalWebPlatformFeatures, |
switches::kEnableGPUClientLogging, |