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..d0d6a5942545dd3413730c9f38471ddfb1a65045 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. |