diff options
Diffstat (limited to 'content/public/test/mock_render_process_host.h')
-rw-r--r-- | content/public/test/mock_render_process_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/public/test/mock_render_process_host.h b/content/public/test/mock_render_process_host.h index 700f63f..a11473a 100644 --- a/content/public/test/mock_render_process_host.h +++ b/content/public/test/mock_render_process_host.h @@ -67,6 +67,7 @@ class MockRenderProcessHost : public RenderProcessHost { virtual bool InSameStoragePartition( StoragePartition* partition) const OVERRIDE; virtual IPC::ChannelProxy* GetChannel() OVERRIDE; + virtual void AddFilter(BrowserMessageFilter* filter) OVERRIDE; virtual bool FastShutdownForPageCount(size_t count) OVERRIDE; virtual base::TimeDelta GetChildProcessIdleTime() const OVERRIDE; virtual void SurfaceUpdated(int32 surface_id) OVERRIDE; |