| Index: content/browser/renderer_host/mock_render_process_host.h
|
| ===================================================================
|
| --- content/browser/renderer_host/mock_render_process_host.h (revision 101774)
|
| +++ content/browser/renderer_host/mock_render_process_host.h (working copy)
|
| @@ -50,6 +50,7 @@
|
| 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(
|
|
|