summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_win.cc
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-29 19:55:18 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-29 19:55:18 +0000
commita4f6ab6b26c720fe771e9eceda020a83ea4d5a03 (patch)
tree6c3911b8118e85f23e0d60bd063b7b5568c4c45e /ipc/ipc_channel_win.cc
parentb7a309289fd0ab4413cbdf5eee7157b30973b924 (diff)
downloadchromium_src-a4f6ab6b26c720fe771e9eceda020a83ea4d5a03.zip
chromium_src-a4f6ab6b26c720fe771e9eceda020a83ea4d5a03.tar.gz
chromium_src-a4f6ab6b26c720fe771e9eceda020a83ea4d5a03.tar.bz2
Revert 260373 "Add a temporary CHECK to IPC::Channel::Send() to ..."
> Add a temporary CHECK to IPC::Channel::Send() to help track down crash. > > TBR=cbentzel@chromium.org, cpu@chromium.org > BUG=357915 > > Review URL: https://codereview.chromium.org/216293008 TBR=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/217323004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260393 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_channel_win.cc')
-rw-r--r--ipc/ipc_channel_win.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipc/ipc_channel_win.cc b/ipc/ipc_channel_win.cc
index 3f2c79a..d044ef1 100644
--- a/ipc/ipc_channel_win.cc
+++ b/ipc/ipc_channel_win.cc
@@ -81,7 +81,6 @@ void Channel::ChannelImpl::Close() {
}
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()