| Index: content/public/test/mock_render_process_host.h
|
| ===================================================================
|
| --- content/public/test/mock_render_process_host.h (revision 225900)
|
| +++ content/public/test/mock_render_process_host.h (working copy)
|
| @@ -67,6 +67,7 @@
|
| 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;
|
|
|