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

Unified Diff: mojo/edk/test/run_all_unittests.cc

Issue 1585493002: [mojo] Ports EDK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/edk/test/run_all_unittests.cc
diff --git a/mojo/edk/test/run_all_unittests.cc b/mojo/edk/test/run_all_unittests.cc
index e99040f779074b2cd8011e1d78c0f84fb3a6a12e..f45242e9b82e1847bc1cc2bc255aab95ff11020b 100644
--- a/mojo/edk/test/run_all_unittests.cc
+++ b/mojo/edk/test/run_all_unittests.cc
@@ -34,12 +34,6 @@ int main(int argc, char** argv) {
base::TestSuite test_suite(argc, argv);
- // Must be run before mojo::edk::Init.
- if (base::CommandLine::ForCurrentProcess()->HasSwitch(
- mojo::edk::test::kBrokerHandleSwitch)) {
- mojo::edk::PreInitializeChildProcess();
- }
-
// TODO(use_chrome_edk): temporary to force new EDK.
base::CommandLine::ForCurrentProcess()->AppendSwitch("--use-new-edk");

Powered by Google App Engine
This is Rietveld 408576698