Index: content/browser/renderer_host/render_widget_helper.h |
diff --git a/content/browser/renderer_host/render_widget_helper.h b/content/browser/renderer_host/render_widget_helper.h |
index 7f32035f2c68b6ed024016a1863ab99782929cb3..0783a24fdb8124b053597a7f91286b31acf26d1e 100644 |
--- a/content/browser/renderer_host/render_widget_helper.h |
+++ b/content/browser/renderer_host/render_widget_helper.h |
@@ -89,11 +89,10 @@ class RenderWidgetHelper |
// UI THREAD ONLY ----------------------------------------------------------- |
- // These four functions provide the backend implementation of the |
+ // These two functions provide the backend implementation of the |
// corresponding functions in RenderProcessHost. See those declarations |
// for documentation. |
void ResumeDeferredNavigation(const GlobalRequestID& request_id); |
- void ResumeResponseDeferredAtStart(const GlobalRequestID& request_id); |
// Called to resume the requests for a view after it's ready. The view was |
// created by CreateNewWindow which initially blocked the requests. |