| Index: mojo/shell/application_manager_apptest_driver.cc
|
| diff --git a/mojo/shell/application_manager_apptest_driver.cc b/mojo/shell/application_manager_apptest_driver.cc
|
| index 2bd0de39c8af8066aa90fd12e3b15e1ca3549465..7171733b7e7854dcad6c2d14d9018b9d0290f7f6 100644
|
| --- a/mojo/shell/application_manager_apptest_driver.cc
|
| +++ b/mojo/shell/application_manager_apptest_driver.cc
|
| @@ -69,9 +69,6 @@ class TargetApplicationDelegate : public mojo::ShellClient,
|
| child_command_line.AppendSwitch(switches::kWaitForDebugger);
|
| }
|
|
|
| - DCHECK(base::CommandLine::ForCurrentProcess()->HasSwitch("use-new-edk"));
|
| - child_command_line.AppendSwitch("use-new-edk");
|
| -
|
| mojo::shell::mojom::PIDReceiverPtr receiver;
|
| mojo::InterfaceRequest<mojo::shell::mojom::PIDReceiver> request =
|
| GetProxy(&receiver);
|
|
|