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

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: Rebase 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
« no previous file with comments | « content/renderer/render_view_impl_params.cc ('k') | content/test/test_render_view_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 86b8b9e0c7d426ef40c5c5be555f2f32fdd54109..6a40983fd091840bc23797df16a63e1d4ff4a3b1 100644
--- a/content/test/test_render_view_host.h
+++ b/content/test/test_render_view_host.h
@@ -315,7 +315,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;
« no previous file with comments | « content/renderer/render_view_impl_params.cc ('k') | content/test/test_render_view_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698