Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(667)

Unified Diff: content/browser/renderer_host/render_widget_helper.h

Issue 1567903002: [Test - Do Not Commit] Stop blocking requests for new windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge onto #371523 Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/browser/renderer_host/render_widget_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698