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 acdaa779949c00bbfe2008b5b3b7d55ca05575be..168e0ffe36affe06748df6ebdea952b80c7eb971 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -127,6 +127,7 @@ |
#include "content/public/browser/worker_service.h" |
#include "content/public/common/content_constants.h" |
#include "content/public/common/content_switches.h" |
+#include "content/public/common/mojo_channel_switches.h" |
#include "content/public/common/process_type.h" |
#include "content/public/common/resource_type.h" |
#include "content/public/common/result_codes.h" |
@@ -1210,6 +1211,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kDisableLocalStorage, |
switches::kDisableLogging, |
switches::kDisableMediaSource, |
+ switches::kDisableMojoChannel, |
switches::kDisableOverlayScrollbar, |
switches::kDisablePinch, |
switches::kDisablePrefixedEncryptedMedia, |