| Index: remoting/host/host_main.cc
|
| diff --git a/remoting/host/host_main.cc b/remoting/host/host_main.cc
|
| index ff5bfd4705522ae8b2dcf8d580444fd6287cd9a3..f2afe5f7dbad67625154d71c2369020cc97fefc5 100644
|
| --- a/remoting/host/host_main.cc
|
| +++ b/remoting/host/host_main.cc
|
| @@ -19,7 +19,6 @@
|
| #include "base/strings/stringprintf.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "build/build_config.h"
|
| -#include "mojo/edk/embedder/embedder.h"
|
| #include "remoting/base/breakpad.h"
|
| #include "remoting/host/host_exit_codes.h"
|
| #include "remoting/host/logging.h"
|
| @@ -212,10 +211,6 @@
|
|
|
| remoting::LoadResources("");
|
|
|
| -#if defined(REMOTING_MULTI_PROCESS)
|
| - mojo::edk::Init();
|
| -#endif
|
| -
|
| // Invoke the entry point.
|
| int exit_code = main_routine();
|
| if (exit_code == kInvalidCommandLineExitCode) {
|
|
|