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

Unified Diff: url/run_all_unittests.cc

Issue 2620633004: Remove mojo::edk::test::ScopedIPCSupport (Closed)
Patch Set: . Created 3 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
« no previous file with comments | « url/DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/run_all_unittests.cc
diff --git a/url/run_all_unittests.cc b/url/run_all_unittests.cc
index c0b306a2e0311fe7a0eb3188d37781f294fed632..fcafd0331ee79e700010f566a8e9ed6b9fc30304 100644
--- a/url/run_all_unittests.cc
+++ b/url/run_all_unittests.cc
@@ -13,7 +13,6 @@
#if !defined(OS_IOS)
#include "mojo/edk/embedder/embedder.h" // nogncheck
-#include "mojo/edk/test/scoped_ipc_support.h" // nogncheck
#endif
int main(int argc, char** argv) {
@@ -21,10 +20,6 @@ int main(int argc, char** argv) {
#if !defined(OS_IOS)
mojo::edk::Init();
- base::TestIOThread test_io_thread(base::TestIOThread::kAutoStart);
- std::unique_ptr<mojo::edk::test::ScopedIPCSupport> ipc_support;
- ipc_support.reset(
- new mojo::edk::test::ScopedIPCSupport(test_io_thread.task_runner()));
#endif
return base::LaunchUnitTests(
« no previous file with comments | « url/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698