| Index: content/public/test/mock_render_process_host.h
|
| diff --git a/content/public/test/mock_render_process_host.h b/content/public/test/mock_render_process_host.h
|
| index a11473ad48c90d49304813324bb4dcfd9a179445..59ae60b3ed309ae9596537e5af181043ff4f73e5 100644
|
| --- a/content/public/test/mock_render_process_host.h
|
| +++ b/content/public/test/mock_render_process_host.h
|
| @@ -38,6 +38,9 @@ class MockRenderProcessHost : public RenderProcessHost {
|
| virtual int GetNextRoutingID() OVERRIDE;
|
| virtual void AddRoute(int32 routing_id, IPC::Listener* listener) OVERRIDE;
|
| virtual void RemoveRoute(int32 routing_id) OVERRIDE;
|
| + virtual void AddObserver(RenderProcessHostObserver* observer) OVERRIDE;
|
| + virtual void RemoveObserver(RenderProcessHostObserver* observer) OVERRIDE;
|
| + virtual bool HasObserver(RenderProcessHostObserver* observer) OVERRIDE;
|
| virtual bool WaitForBackingStoreMsg(int render_widget_id,
|
| const base::TimeDelta& max_delay,
|
| IPC::Message* msg) OVERRIDE;
|
|
|