Index: content/browser/renderer_host/render_process_host_impl.cc |
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc |
index 14006ce388f2c59fd6e83ec6256919e5f01b3bba..347c19f0c6da5555059b23cc53d42c2c82f12d75 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -966,11 +966,6 @@ void RenderProcessHostImpl::ResumeDeferredNavigation( |
widget_helper_->ResumeDeferredNavigation(request_id); |
} |
-void RenderProcessHostImpl::ResumeResponseDeferredAtStart( |
- const GlobalRequestID& request_id) { |
- widget_helper_->ResumeResponseDeferredAtStart(request_id); |
-} |
- |
void RenderProcessHostImpl::NotifyTimezoneChange(const std::string& zone_id) { |
Send(new ViewMsg_TimezoneChange(zone_id)); |
} |