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

Unified Diff: content/test/run_all_unittests.cc

Issue 1815563004: Remove iOS ifdefs in src/content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 9 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
« no previous file with comments | « content/test/content_test_suite.cc ('k') | content/test/test_content_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « content/test/content_test_suite.cc ('k') | content/test/test_content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698