diff options
Diffstat (limited to 'content/browser/renderer_host/mock_render_process_host.h')
-rw-r--r-- | content/browser/renderer_host/mock_render_process_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/renderer_host/mock_render_process_host.h b/content/browser/renderer_host/mock_render_process_host.h index 03e163e..c719472 100644 --- a/content/browser/renderer_host/mock_render_process_host.h +++ b/content/browser/renderer_host/mock_render_process_host.h @@ -50,6 +50,7 @@ class MockRenderProcessHost : public RenderProcessHost { virtual int VisibleWidgetCount() const; virtual void AddWord(const string16& word); virtual bool FastShutdownIfPossible(); + virtual void DumpHandles(); virtual base::ProcessHandle GetHandle(); virtual TransportDIB* GetTransportDIB(TransportDIB::Id dib_id); virtual void SetCompositingSurface( |