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 c4b8baf7bf45dedb9ccd454c364751cef28ab213..43878c707a5cf18a6791c3ada551da9cfe149710 100644 |
--- a/content/browser/renderer_host/render_widget_helper.h |
+++ b/content/browser/renderer_host/render_widget_helper.h |
@@ -96,10 +96,6 @@ class RenderWidgetHelper |
// for documentation. |
void ResumeDeferredNavigation(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. |
- void ResumeRequestsForView(int route_id); |
- |
// IO THREAD ONLY ----------------------------------------------------------- |
void CreateNewWindow(const ViewHostMsg_CreateWindow_Params& params, |
@@ -128,9 +124,6 @@ class RenderWidgetHelper |
int32_t main_frame_widget_route_id, |
SessionStorageNamespace* session_storage_namespace); |
- // Called on the IO thread after a window was created on the UI thread. |
- void OnResumeRequestsForView(int route_id); |
- |
// Called on the UI thread to finish creating a widget. |
void OnCreateWidgetOnUI(int32_t opener_id, |
int32_t route_id, |