| Index: components/nacl/loader/nacl_helper_linux.cc
|
| diff --git a/components/nacl/loader/nacl_helper_linux.cc b/components/nacl/loader/nacl_helper_linux.cc
|
| index d8ab926676a48616f5ee02a2f56be1e862711595..1952cedf8942653adde200055b4fc58b127c54f1 100644
|
| --- a/components/nacl/loader/nacl_helper_linux.cc
|
| +++ b/components/nacl/loader/nacl_helper_linux.cc
|
| @@ -40,7 +40,6 @@
|
| #include "content/public/common/zygote_fork_delegate_linux.h"
|
| #include "ipc/ipc_descriptors.h"
|
| #include "ipc/ipc_switches.h"
|
| -#include "mojo/edk/embedder/embedder.h"
|
| #include "sandbox/linux/services/credentials.h"
|
| #include "sandbox/linux/services/namespace_sandbox.h"
|
|
|
| @@ -118,9 +117,6 @@
|
|
|
| base::GlobalDescriptors::GetInstance()->Set(kPrimaryIPCChannel,
|
| browser_fd.release());
|
| -
|
| - // The Mojo EDK must be initialized before using IPC.
|
| - mojo::edk::Init();
|
|
|
| base::MessageLoopForIO main_message_loop;
|
| #if defined(OS_NACL_NONSFI)
|
|
|