Index: content/test/run_all_unittests.cc |
diff --git a/content/test/run_all_unittests.cc b/content/test/run_all_unittests.cc |
index ac655a436ec0d1afa1ca8e88bd5108bf8af36e38..f0edbd9f003211ccd1265c885b2ea693c2da7517 100644 |
--- a/content/test/run_all_unittests.cc |
+++ b/content/test/run_all_unittests.cc |
@@ -25,13 +25,11 @@ int main(int argc, char** argv) { |
#endif |
content::UnitTestTestSuite test_suite( |
new content::ContentTestSuite(argc, argv)); |
-#if !defined(OS_IOS) |
content::InitializeMojo(); |
base::TestIOThread test_io_thread(base::TestIOThread::kAutoStart); |
scoped_ptr<mojo::edk::test::ScopedIPCSupport> ipc_support; |
ipc_support.reset( |
new mojo::edk::test::ScopedIPCSupport(test_io_thread.task_runner())); |
-#endif |
return base::LaunchUnitTests( |
argc, argv, base::Bind(&content::UnitTestTestSuite::Run, |