| Index: mojo/shell/standalone/desktop/launcher_process.cc
|
| diff --git a/mojo/shell/standalone/desktop/launcher_process.cc b/mojo/shell/standalone/desktop/launcher_process.cc
|
| index 9332d9435bd89c5ef030209de7ecf1bbc6a8ed46..3787a57b808bd5b5d195b1f9c0b7893e889019f9 100644
|
| --- a/mojo/shell/standalone/desktop/launcher_process.cc
|
| +++ b/mojo/shell/standalone/desktop/launcher_process.cc
|
| @@ -33,7 +33,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);
|
|
|
|
|