From 177623b42c69743828b8bd0a40c0f07b072ba86d Mon Sep 17 00:00:00 2001 From: "cdn@chromium.org" <cdn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Tue, 20 Sep 2011 20:28:17 +0000 Subject: Move handle dumpage to the renderer process (so that it works correctly) and move handle enumerator into common. BUG=96488 TEST=N/A Review URL: http://codereview.chromium.org/7888024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102004 0039d316-1c4b-4281-b951-d872f2087c98 --- content/common/child_thread.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/common/child_thread.h') diff --git a/content/common/child_thread.h b/content/common/child_thread.h index 8956ff2..356ffd5 100644 --- a/content/common/child_thread.h +++ b/content/common/child_thread.h @@ -87,6 +87,8 @@ class CONTENT_EXPORT ChildThread : public IPC::Channel::Listener, virtual void OnSetIPCLoggingEnabled(bool enable); #endif + virtual void OnDumpHandles(); + void set_on_channel_error_called(bool on_channel_error_called) { on_channel_error_called_ = on_channel_error_called; } -- cgit v1.1