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

Unified Diff: components/nacl/loader/nacl_main.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/nacl_helper_linux.cc ('k') | components/nacl_nonsfi.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..5809dcae852abce008c98e62b0ce85829428636d 100644
--- a/components/nacl/loader/nacl_main.cc
+++ b/components/nacl/loader/nacl_main.cc
@@ -14,14 +14,10 @@
#include "components/nacl/loader/nacl_main_platform_delegate.h"
#include "content/public/common/content_switches.h"
#include "content/public/common/main_function_params.h"
-#include "mojo/edk/embedder/embedder.h"
// main() routine for the NaCl loader process.
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;
« no previous file with comments | « components/nacl/loader/nacl_helper_linux.cc ('k') | components/nacl_nonsfi.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698