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

Unified Diff: content/test/test_render_view_host.h

Issue 281663002: Create RenderFrameProxyHost at time of swap-out instead of commit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for review Created 6 years, 7 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_view_host.h
diff --git a/content/test/test_render_view_host.h b/content/test/test_render_view_host.h
index 3b823826343dbc6499015c371f4837eee247b7b8..1188ea766a8c612d0049142669909cd26fbdcadb 100644
--- a/content/test/test_render_view_host.h
+++ b/content/test/test_render_view_host.h
@@ -310,6 +310,7 @@ class TestRenderViewHost
virtual bool CreateRenderView(const base::string16& frame_name,
int opener_route_id,
+ int proxy_routing_id,
int32 max_page_id,
bool window_was_created_with_opener) OVERRIDE;
virtual bool IsRenderViewLive() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698