Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1653)

Unified Diff: mojo/shell/application_manager_apptest_driver.cc

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698