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

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: 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/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..409f5a2afd87af46f861b796343a178ac770eefb 100644
--- a/content/public/test/render_view_test.cc
+++ b/content/public/test/render_view_test.cc
@@ -190,6 +190,7 @@ void RenderViewTest::SetUp() {
WebPreferences(),
kRouteId,
kMainFrameRouteId,
+ MSG_ROUTING_NONE,
kSurfaceId,
kInvalidSessionStorageNamespaceId,
base::string16(),

Powered by Google App Engine
This is Rietveld 408576698