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

Unified Diff: ipc/ipc_channel_proxy.cc

Issue 10735010: 3D Compositing in <browser>, first draft. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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
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();

Powered by Google App Engine
This is Rietveld 408576698