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(); |
} |