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

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

Issue 2549363004: Multiprocess test client: Android child process launcher rework. (Closed)
Patch Set: Addressed comments + synced Created 4 years 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_perftests.cc
diff --git a/mojo/edk/test/run_all_perftests.cc b/mojo/edk/test/run_all_perftests.cc
index 50c41d7a758123999747f94e77bef48bd5170bbd..dbb9243ade35a0767e4345c34b9f1112594642ce 100644
--- a/mojo/edk/test/run_all_perftests.cc
+++ b/mojo/edk/test/run_all_perftests.cc
@@ -13,10 +13,6 @@
#include "mojo/public/tests/test_support_private.h"
int main(int argc, char** argv) {
-#if defined(OS_ANDROID)
- base::InitAndroidMultiProcessTestHelper(main);
-#endif
-
base::PerfTestSuite test(argc, argv);
mojo::edk::Init();

Powered by Google App Engine
This is Rietveld 408576698