| Index: content/browser/renderer_host/render_process_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
|
| index a0be1cf20a767c45a6879480478f803a08432735..973fe8210433b81f60359600a7e514205a3ea8ef 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -129,6 +129,8 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| #endif
|
| virtual void ResumeDeferredNavigation(const GlobalRequestID& request_id)
|
| OVERRIDE;
|
| + virtual void ResumeResponseDeferredAtStart(
|
| + const GlobalRequestID& request_id) OVERRIDE;
|
| virtual void NotifyTimezoneChange() OVERRIDE;
|
|
|
| // IPC::Sender via RenderProcessHost.
|
|
|