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

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: Tie opened_by_dom with opener. Created 6 years, 9 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 d89209be2a305aae609e62e854f5ab48ecc85775..2b6b46f2db687145d6284c28b6c942cadf6e4d6a 100644
--- a/content/public/test/render_view_test.cc
+++ b/content/public/test/render_view_test.cc
@@ -189,6 +189,7 @@ void RenderViewTest::SetUp() {
false, // is_renderer_created
false, // swapped_out
false, // hidden
+ false, // created_with_opener
1, // next_page_id
blink::WebScreenInfo(),
AccessibilityModeOff);

Powered by Google App Engine
This is Rietveld 408576698