| Index: mojo/runner/desktop/launcher_process.cc
|
| diff --git a/mojo/runner/desktop/launcher_process.cc b/mojo/runner/desktop/launcher_process.cc
|
| index 735466139d08264f0b09204c2042550d77b2978d..27e1835f0b816f243967d7c7363433e71d77c57d 100644
|
| --- a/mojo/runner/desktop/launcher_process.cc
|
| +++ b/mojo/runner/desktop/launcher_process.cc
|
| @@ -32,7 +32,6 @@ int LauncherProcessMain(const GURL& mojo_url, const base::Closure& callback) {
|
| if (!command_line->HasSwitch(switches::kMojoSingleProcess) &&
|
| !command_line->HasSwitch("gtest_list_tests"))
|
| command_line->AppendSwitch(switches::kEnableMultiprocess);
|
| - command_line->AppendSwitch("use-new-edk");
|
| // http://crbug.com/546644
|
| command_line->AppendSwitch(switches::kMojoNoSandbox);
|
|
|
|
|