summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/browser_render_process_host.h
diff options
context:
space:
mode:
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);