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

Unified Diff: content/test/test_render_view_host.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/test/test_render_view_host.cc
diff --git a/content/test/test_render_view_host.cc b/content/test/test_render_view_host.cc
index ce796e6e6cfaab901dbb819d2271186e468a6ded..dce76030d077205bf664c889deb8574589ef7801 100644
--- a/content/test/test_render_view_host.cc
+++ b/content/test/test_render_view_host.cc
@@ -254,7 +254,8 @@ TestRenderViewHost::~TestRenderViewHost() {
bool TestRenderViewHost::CreateRenderView(
const base::string16& frame_name,
int opener_route_id,
- int32 max_page_id) {
+ int32 max_page_id,
+ bool created_with_opener) {
DCHECK(!render_view_created_);
render_view_created_ = true;
opener_route_id_ = opener_route_id;

Powered by Google App Engine
This is Rietveld 408576698