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

Unified Diff: trunk/src/ipc/ipc_channel_win.cc

Issue 217323004: Revert 260373 "Add a temporary CHECK to IPC::Channel::Send() to ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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 | « trunk/src/ipc/ipc_channel_posix.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ipc/ipc_channel_win.cc
===================================================================
--- trunk/src/ipc/ipc_channel_win.cc (revision 260392)
+++ trunk/src/ipc/ipc_channel_win.cc (working copy)
@@ -81,7 +81,6 @@
}
bool Channel::ChannelImpl::Send(Message* message) {
- CHECK(message) << "crbug.com/357915"; // TODO(vtl): Remove once bug resolved.
DCHECK(thread_check_->CalledOnValidThread());
DVLOG(2) << "sending message @" << message << " on channel @" << this
<< " with type " << message->type()
« no previous file with comments | « trunk/src/ipc/ipc_channel_posix.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698