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

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

Issue 1554443003: Stop linking in the old Mojo EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more fixes 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..ed62e4353efbfe835776c05efb85376ee20a4427 100644
--- a/mojo/edk/test/run_all_unittests.cc
+++ b/mojo/edk/test/run_all_unittests.cc
@@ -40,9 +40,6 @@ int main(int argc, char** argv) {
mojo::edk::PreInitializeChildProcess();
}
- // TODO(use_chrome_edk): temporary to force new EDK.
- base::CommandLine::ForCurrentProcess()->AppendSwitch("--use-new-edk");
-
mojo::edk::Init();
mojo::test::TestSupport::Init(new mojo::edk::test::TestSupportImpl());

Powered by Google App Engine
This is Rietveld 408576698