summaryrefslogtreecommitdiffstats
path: root/content/common/child_thread.h
diff options
context:
space:
mode:
authorcdn@chromium.org <cdn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-20 20:28:17 +0000
committercdn@chromium.org <cdn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-20 20:28:17 +0000
commit177623b42c69743828b8bd0a40c0f07b072ba86d (patch)
treea3db515744f38bdf3489d0f4c8229b3c33fc2a97 /content/common/child_thread.h
parent98a9273d8b0c3f873ca66331c9d9a81ab9c9f9e9 (diff)
downloadchromium_src-177623b42c69743828b8bd0a40c0f07b072ba86d.zip
chromium_src-177623b42c69743828b8bd0a40c0f07b072ba86d.tar.gz
chromium_src-177623b42c69743828b8bd0a40c0f07b072ba86d.tar.bz2
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
Diffstat (limited to 'content/common/child_thread.h')
-rw-r--r--content/common/child_thread.h2
1 files changed, 2 insertions, 0 deletions
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;
}