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

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

Issue 2617713002: [WIP] Add DCHECK for mojo::edk::Init().
Patch Set: test Created 3 years, 11 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
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");
« no previous file with comments | « components/nacl/loader/nacl_helper_win_64.cc ('k') | content/browser/dom_storage/local_storage_context_mojo_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698