Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(292)

Unified Diff: components/nacl/loader/nacl_helper_linux.cc

Issue 2067233002: Revert of Use Mojo pipes to signal sync IPC events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/nacl/loader/DEPS ('k') | components/nacl/loader/nacl_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « components/nacl/loader/DEPS ('k') | components/nacl/loader/nacl_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698