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

Unified Diff: content/test/test_render_view_host.h

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/test/test_render_view_host.h
diff --git a/content/test/test_render_view_host.h b/content/test/test_render_view_host.h
index a7612041768895a695f8149c2d69bbddfad3efbf..9a8dd04eccd06e6584de7e73e1f5b526f4729b62 100644
--- a/content/test/test_render_view_host.h
+++ b/content/test/test_render_view_host.h
@@ -320,7 +320,8 @@ class TestRenderViewHost
virtual bool CreateRenderView(const base::string16& frame_name,
int opener_route_id,
- int32 max_page_id) OVERRIDE;
+ int32 max_page_id,
+ bool window_was_created_with_opener) OVERRIDE;
virtual bool IsRenderViewLive() const OVERRIDE;
virtual bool IsFullscreen() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698