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

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

Issue 212703005: Preserve Page::openedByDOM state across process swaps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Appease clang Created 6 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
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 28401a64a3f14e75e7089a401f184e62129e9f2a..64af072da338556df227a427d7ce7f589aaa97e4 100644
--- a/content/public/test/render_view_test.cc
+++ b/content/public/test/render_view_test.cc
@@ -179,6 +179,7 @@ void RenderViewTest::SetUp() {
// This needs to pass the mock render thread to the view.
RenderViewImpl* view =
RenderViewImpl::Create(kOpenerId,
+ false, // window_was_created_with_opener
RendererPreferences(),
WebPreferences(),
kRouteId,

Powered by Google App Engine
This is Rietveld 408576698