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

Unified Diff: mojo/edk/system/message_pipe_test_utils.cc

Issue 1488853002: Add multiplexing of message pipes in the new EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tsepez review comments 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/message_pipe_test_utils.h ('k') | mojo/edk/system/message_pipe_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/message_pipe_test_utils.cc
diff --git a/mojo/edk/system/message_pipe_test_utils.cc b/mojo/edk/system/message_pipe_test_utils.cc
index 1e337fbcdcc89a87c7afea545c673d8ae84470e3..c752abcfd278286c84e39b41610b1040ae965c50 100644
--- a/mojo/edk/system/message_pipe_test_utils.cc
+++ b/mojo/edk/system/message_pipe_test_utils.cc
@@ -11,16 +11,7 @@ namespace edk {
namespace test {
#if !defined(OS_IOS)
-MultiprocessMessagePipeTestBase::MultiprocessMessagePipeTestBase()
- : test_io_thread_(base::TestIOThread::kAutoStart),
- ipc_support_(test_io_thread_.task_runner()) {
-}
-
-MultiprocessMessagePipeTestBase::MultiprocessMessagePipeTestBase(
- base::MessageLoop::Type main_message_loop_type)
- : message_loop_(main_message_loop_type),
- test_io_thread_(base::TestIOThread::kAutoStart),
- ipc_support_(test_io_thread_.task_runner()) {
+MultiprocessMessagePipeTestBase::MultiprocessMessagePipeTestBase() {
}
MultiprocessMessagePipeTestBase::~MultiprocessMessagePipeTestBase() {
« no previous file with comments | « mojo/edk/system/message_pipe_test_utils.h ('k') | mojo/edk/system/message_pipe_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698