| 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 daf9c8157e544ed2a26d38312c10e61c2191c2c7..e24f9a697b5bbfe976e32241d4c5b0275cdf8e85 100644
|
| --- a/content/public/test/mock_render_process_host.h
|
| +++ b/content/public/test/mock_render_process_host.h
|
| @@ -75,6 +75,8 @@ class MockRenderProcessHost : public RenderProcessHost {
|
| virtual base::TimeDelta GetChildProcessIdleTime() const OVERRIDE;
|
| virtual void SurfaceUpdated(int32 surface_id) OVERRIDE;
|
| virtual void ResumeRequestsForView(int route_id) OVERRIDE;
|
| + virtual void ResumeDeferredNavigation(
|
| + const GlobalRequestID& request_id) OVERRIDE;
|
|
|
| // IPC::Sender via RenderProcessHost.
|
| virtual bool Send(IPC::Message* msg) OVERRIDE;
|
|
|