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

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

Issue 852113002: Remove RawChannel::Init() and Channel::Init() failure cases. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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 | « mojo/edk/system/channel_unittest.cc ('k') | mojo/edk/system/raw_channel.h » ('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 ba6a0e0d19c0a3eea72bccbd33598695a3020f5d..f227543fea28c7ff572a14b70e27ea659ad3048c 100644
--- a/mojo/edk/system/message_pipe_test_utils.cc
+++ b/mojo/edk/system/message_pipe_test_utils.cc
@@ -74,7 +74,7 @@ void ChannelThread::InitChannelOnIOThread(
// Create and initialize |Channel|.
channel_ = new Channel(platform_support_);
- CHECK(channel_->Init(RawChannel::Create(platform_handle.Pass())));
+ channel_->Init(RawChannel::Create(platform_handle.Pass()));
// Start the bootstrap endpoint.
// Note: On the "server" (parent process) side, we need not attach/run the
« no previous file with comments | « mojo/edk/system/channel_unittest.cc ('k') | mojo/edk/system/raw_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698