| Index: content/app/mojo/mojo_init.cc
|
| diff --git a/content/app/mojo/mojo_init.cc b/content/app/mojo/mojo_init.cc
|
| index 2b520b7889b98b488c7140dd6d2353d802d3152f..b214fe3d30d4b762794796632facc515c9b1c345 100644
|
| --- a/content/app/mojo/mojo_init.cc
|
| +++ b/content/app/mojo/mojo_init.cc
|
| @@ -18,7 +18,6 @@ namespace {
|
| class MojoInitializer {
|
| public:
|
| MojoInitializer() {
|
| -#if defined(OS_WIN)
|
| const base::CommandLine& command_line =
|
| *base::CommandLine::ForCurrentProcess();
|
| if (command_line.HasSwitch("use-new-edk")) {
|
| @@ -30,7 +29,6 @@ class MojoInitializer {
|
| mojo::embedder::PreInitializeChildProcess();
|
| }
|
| }
|
| -#endif
|
|
|
| mojo::embedder::SetMaxMessageSize(IPC::Channel::kMaximumMessageSize);
|
| mojo::embedder::Init();
|
|
|