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

Unified Diff: content/test/render_view_test.cc

Issue 8760024: Cross-process postMessage (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Current checkpoint Created 9 years 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_tab_contents_view.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 1b2930467d8cb9a446980266225872959e4b34ce..70980ef7e5cf2b565f516d5b912ac35dd818b477 100644
--- a/content/test/render_view_test.cc
+++ b/content/test/render_view_test.cc
@@ -44,7 +44,7 @@ using WebKit::WebString;
using WebKit::WebURLRequest;
namespace {
-const int32 kOpenerId = 7;
+const int32 kOpenerId = -2;
const int32 kRouteId = 5;
#if defined(USE_AURA) && defined(USE_X11)
@@ -153,6 +153,7 @@ void RenderViewTest::SetUp() {
kRouteId,
kInvalidSessionStorageNamespaceId,
string16(),
+ false /* is_renderer_created */,
1);
view->AddRef();
view_ = view;
« no previous file with comments | « content/test/render_view_fake_resources_test.cc ('k') | content/test/test_tab_contents_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698