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

Unified Diff: content/test/render_view_test.cc

Issue 10171018: Create swapped-out opener RVHs after a process swap. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove parameter comments. Created 8 years, 8 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
« no previous file with comments | « content/test/render_view_fake_resources_test.cc ('k') | content/test/test_renderer_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/render_view_test.cc
diff --git a/content/test/render_view_test.cc b/content/test/render_view_test.cc
index 25e5488fb9e258230d404216a55bcdb172f1952e..9454109f61d5d189790c63b99bdca45664c33799 100644
--- a/content/test/render_view_test.cc
+++ b/content/test/render_view_test.cc
@@ -46,7 +46,7 @@ using WebKit::WebString;
using WebKit::WebURLRequest;
namespace {
-const int32 kOpenerId = 7;
+const int32 kOpenerId = -2;
const int32 kRouteId = 5;
const int32 kNewWindowRouteId = 6;
const int32 kSurfaceId = 42;
@@ -164,6 +164,8 @@ void RenderViewTest::SetUp() {
kSurfaceId,
dom_storage::kInvalidSessionStorageNamespaceId,
string16(),
+ false,
+ false,
1,
WebKit::WebScreenInfo(),
false,
« no previous file with comments | « content/test/render_view_fake_resources_test.cc ('k') | content/test/test_renderer_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698