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

Unified Diff: mojo/runner/context.cc

Issue 1387963004: Create a broker interface for the new Mojo EDK so that the browser can create and duplicate messa... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: presubmit whitespace error Created 5 years, 1 month 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: mojo/runner/context.cc
diff --git a/mojo/runner/context.cc b/mojo/runner/context.cc
index a21323b03d1a38f5433f3e7674b210f1862b2697..b86e29b492170afcf2a14c21bac5e12b23c54787 100644
--- a/mojo/runner/context.cc
+++ b/mojo/runner/context.cc
@@ -54,6 +54,10 @@ namespace {
class Setup {
public:
Setup() {
+#if defined(OS_WIN)
+ embedder::PreInitializeParentProcess();
+#endif
+
embedder::Init();
}

Powered by Google App Engine
This is Rietveld 408576698