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

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: nasko comments. (Also a rebase. Oops.) 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 782e16fb31a1c069c487a8215038f56bae219324..56d342e4653263aac2760cb9d26036d14ff21232 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