| 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 d76fa66da7bc11495898bd998ed1af68d62199c3..f06fa028d368e928e2407147fffd3eb63a9afc3e 100644
|
| --- a/content/public/test/mock_render_process_host.h
|
| +++ b/content/public/test/mock_render_process_host.h
|
| @@ -79,6 +79,8 @@ class MockRenderProcessHost : public RenderProcessHost {
|
| virtual void EnableAecDump(const base::FilePath& file) OVERRIDE;
|
| virtual void DisableAecDump() OVERRIDE;
|
| #endif
|
| + virtual void ResumeDeferredNavigation(const GlobalRequestID& request_id)
|
| + OVERRIDE;
|
|
|
| // IPC::Sender via RenderProcessHost.
|
| virtual bool Send(IPC::Message* msg) OVERRIDE;
|
|
|