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

Unified Diff: content/test/test_render_frame_host_factory.h

Issue 1352813006: Move WebUI ownership from the RenderFrameHostManager to the RenderFrameHost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed InitializeWebUI Created 5 years, 3 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/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 716ef1bb0bacdd4cec100f1e26f68413619cda18..b4dae41bfab6369b4af57feff3917f2d9953d204 100644
--- a/content/test/test_render_frame_host_factory.h
+++ b/content/test/test_render_frame_host_factory.h
@@ -33,7 +33,9 @@ class TestRenderFrameHostFactory : public RenderFrameHostFactory {
FrameTreeNode* frame_tree_node,
int32 routing_id,
int32 widget_routing_id,
- int flags) override;
+ int flags,
+ const GURL& dest_url,
+ int past_bindings) override;
private:
DISALLOW_COPY_AND_ASSIGN(TestRenderFrameHostFactory);

Powered by Google App Engine
This is Rietveld 408576698