| Index: components/nacl/loader/nacl_main.cc
|
| diff --git a/components/nacl/loader/nacl_main.cc b/components/nacl/loader/nacl_main.cc
|
| index 64a4f9e59c12d9a88e59613046081ad5b77fff7a..f0255af647b25688f7f00a09ba10c7cab3875680 100644
|
| --- a/components/nacl/loader/nacl_main.cc
|
| +++ b/components/nacl/loader/nacl_main.cc
|
| @@ -20,9 +20,6 @@
|
| int NaClMain(const content::MainFunctionParams& parameters) {
|
| const base::CommandLine& parsed_command_line = parameters.command_line;
|
|
|
| - // The Mojo EDK must be initialized before using IPC.
|
| - mojo::edk::Init();
|
| -
|
| // The main thread of the plugin services IO.
|
| base::MessageLoopForIO main_message_loop;
|
| base::PlatformThread::SetName("CrNaClMain");
|
|
|