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

Unified Diff: content/public/test/render_view_test.cc

Issue 281663002: Create RenderFrameProxyHost at time of swap-out instead of commit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: s/render_view_host/GetRenderViewHost/ 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/public/test/render_view_test.cc
diff --git a/content/public/test/render_view_test.cc b/content/public/test/render_view_test.cc
index 43b1e166a3e3057d2d9a14f9725410715be5a4e7..61a7a4a1f35a6fce47b8e470cb6d1fe471a41db9 100644
--- a/content/public/test/render_view_test.cc
+++ b/content/public/test/render_view_test.cc
@@ -195,6 +195,7 @@ void RenderViewTest::SetUp() {
base::string16(),
false, // is_renderer_created
false, // swapped_out
+ MSG_ROUTING_NONE, // proxy_routing_id
false, // hidden
false, // never_visible
1, // next_page_id

Powered by Google App Engine
This is Rietveld 408576698