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

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

Issue 1492943005: Remove ShutdownIPCSupportAndWaitForNoChannels. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « mojo/edk/system/run_all_unittests.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/test/scoped_ipc_support.cc
diff --git a/mojo/edk/test/scoped_ipc_support.cc b/mojo/edk/test/scoped_ipc_support.cc
index 6e9c11c2d10c35ee35ad0eaa3da278c279f9058f..2c5ecd12ef72f522ce74ca4f9ba90523981a1399 100644
--- a/mojo/edk/test/scoped_ipc_support.cc
+++ b/mojo/edk/test/scoped_ipc_support.cc
@@ -21,7 +21,7 @@ ScopedIPCSupportHelper::~ScopedIPCSupportHelper() {
base::MessageLoop::current()->task_runner() == io_thread_task_runner_) {
ShutdownIPCSupportOnIOThread();
} else {
- ShutdownIPCSupportAndWaitForNoChannels();
+ ShutdownIPCSupport();
run_loop_.Run();
}
}
« no previous file with comments | « mojo/edk/system/run_all_unittests.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698