summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/browser_render_process_host.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/browser/renderer_host/browser_render_process_host.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/browser/renderer_host/browser_render_process_host.h')
-rw-r--r--content/browser/renderer_host/browser_render_process_host.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/browser/renderer_host/browser_render_process_host.h b/content/browser/renderer_host/browser_render_process_host.h
index d209b03..97297e9 100644
--- a/content/browser/renderer_host/browser_render_process_host.h
+++ b/content/browser/renderer_host/browser_render_process_host.h
@@ -62,6 +62,7 @@ class BrowserRenderProcessHost : public RenderProcessHost,
virtual void WidgetHidden();
virtual int VisibleWidgetCount() const;
virtual bool FastShutdownIfPossible();
+ virtual void DumpHandles();
virtual base::ProcessHandle GetHandle();
virtual TransportDIB* GetTransportDIB(TransportDIB::Id dib_id);
virtual void SetCompositingSurface(
@@ -91,6 +92,7 @@ class BrowserRenderProcessHost : public RenderProcessHost,
// Control message handlers.
void OnShutdownRequest();
+ void OnDumpHandlesDone();
void SuddenTerminationChanged(bool enabled);
void OnUserMetricsRecordAction(const std::string& action);
void OnRevealFolderInOS(const FilePath& path);