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

Unified Diff: content/browser/frame_host/render_frame_host_manager.h

Issue 2472253002: Fix navigation requests starting too early and not getting associated with the <webview>. (Closed)
Patch Set: nits Created 4 years, 1 month 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/frame_host/render_frame_host_manager.h
diff --git a/content/browser/frame_host/render_frame_host_manager.h b/content/browser/frame_host/render_frame_host_manager.h
index 9a5ac3a2c0095629c134ffa5669966febbe0ea8d..0271e1fdefbadbf8181f442529eada1ab115a4f1 100644
--- a/content/browser/frame_host/render_frame_host_manager.h
+++ b/content/browser/frame_host/render_frame_host_manager.h
@@ -197,7 +197,8 @@ class CONTENT_EXPORT RenderFrameHostManager
void Init(SiteInstance* site_instance,
int32_t view_routing_id,
int32_t frame_routing_id,
- int32_t widget_routing_id);
+ int32_t widget_routing_id,
+ bool renderer_initiated_creation);
// Returns the currently active RenderFrameHost.
//
@@ -671,7 +672,8 @@ class CONTENT_EXPORT RenderFrameHostManager
int32_t view_routing_id,
int32_t frame_routing_id,
int32_t widget_routing_id,
- bool hidden);
+ bool hidden,
+ bool renderer_initiated_creation);
// PlzNavigate
// Create and initialize a speculative RenderFrameHost for an ongoing
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | content/browser/frame_host/render_frame_host_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698