Chromium Code Reviews| Index: ipc/ipc_channel_proxy.cc |
| diff --git a/ipc/ipc_channel_proxy.cc b/ipc/ipc_channel_proxy.cc |
| index 0668b151a858731d05c73146c107cfb8079ce8c3..1c4f665e1fd316f48816042c6fc589f7ebcd75f0 100644 |
| --- a/ipc/ipc_channel_proxy.cc |
| +++ b/ipc/ipc_channel_proxy.cc |
| @@ -126,6 +126,7 @@ void ChannelProxy::Context::OnChannelConnected(int32 peer_pid) { |
| // Called on the IPC::Channel thread |
| void ChannelProxy::Context::OnChannelError() { |
| + base::debug::BreakDebugger(); |
|
Fady Samuel
2012/07/06 15:14:44
Please remove once you're done with it. :-)
|
| for (size_t i = 0; i < filters_.size(); ++i) |
| filters_[i]->OnChannelError(); |