Index: content/browser/browser_main_loop.cc |
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc |
index 82861af61511f1aceac09795ef03dcf1c441961f..43f62889b0c24c7d68624e05df039da3d46f2d0d 100644 |
--- a/content/browser/browser_main_loop.cc |
+++ b/content/browser/browser_main_loop.cc |
@@ -180,7 +180,6 @@ |
#include "content/common/mojo/mojo_shell_connection_impl.h" |
#include "mojo/converters/network/network_type_converters.h" |
#include "mojo/shell/public/cpp/shell.h" |
-#include "third_party/mojo/src/mojo/edk/embedder/embedder.h" |
#include "ui/views/mus/window_manager_connection.h" |
#endif |
@@ -918,7 +917,6 @@ int BrowserMainLoop::CreateThreads() { |
int BrowserMainLoop::PreMainMessageLoopRun() { |
#if defined(MOJO_SHELL_CLIENT) |
if (IsRunningInMojoShell()) { |
- mojo::embedder::PreInitializeChildProcess(); |
MojoShellConnectionImpl::Create(); |
MojoShellConnectionImpl::Get()->BindToCommandLinePlatformChannel(); |
#if defined(USE_AURA) |