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

Unified Diff: content/test/test_render_frame_host_factory.h

Issue 2472253002: Fix navigation requests starting too early and not getting associated with the <webview>. (Closed)
Patch Set: keep only one pending navigation 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/test/test_render_frame_host_factory.h
diff --git a/content/test/test_render_frame_host_factory.h b/content/test/test_render_frame_host_factory.h
index a4cc3cccf1d045d8d2604595e17e401920bf17d7..f72c02fc7c054bacaed985b351813e98b4d1017b 100644
--- a/content/test/test_render_frame_host_factory.h
+++ b/content/test/test_render_frame_host_factory.h
@@ -36,7 +36,8 @@ class TestRenderFrameHostFactory : public RenderFrameHostFactory {
FrameTreeNode* frame_tree_node,
int32_t routing_id,
int32_t widget_routing_id,
- bool hidden) override;
+ bool hidden,
+ bool renderer_initiated_creation) override;
private:
DISALLOW_COPY_AND_ASSIGN(TestRenderFrameHostFactory);

Powered by Google App Engine
This is Rietveld 408576698