Chromium Code Reviews| Index: mojo/runner/context.cc |
| diff --git a/mojo/runner/context.cc b/mojo/runner/context.cc |
| index b86e29b492170afcf2a14c21bac5e12b23c54787..3e47f6cf746da1405b2a9d18ae84237087a0a55d 100644 |
| --- a/mojo/runner/context.cc |
| +++ b/mojo/runner/context.cc |
| @@ -54,10 +54,7 @@ namespace { |
| class Setup { |
| public: |
| Setup() { |
| -#if defined(OS_WIN) |
| embedder::PreInitializeParentProcess(); |
| -#endif |
| - |
| embedder::Init(); |
| } |