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

Unified Diff: content/browser/renderer_host/render_view_host_impl.h

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/browser/renderer_host/render_view_host_impl.h
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
index ba6050df268791064c1613f7e9ab16d7cb1dd28d..2922becbc20d109369472575ff279e8342799dc4 100644
--- a/content/browser/renderer_host/render_view_host_impl.h
+++ b/content/browser/renderer_host/render_view_host_impl.h
@@ -248,7 +248,8 @@ class CONTENT_EXPORT RenderViewHostImpl
// RenderView is told to start issuing page IDs at |max_page_id| + 1.
virtual bool CreateRenderView(const base::string16& frame_name,
int opener_route_id,
- int32 max_page_id);
+ int32 max_page_id,
+ bool created_with_opener);
Charlie Reis 2014/04/05 01:41:25 Please document this parameter above. I agree tha
davidben 2014/04/07 17:57:52 Done. I can also do the PageContext thing if those
nasko 2014/04/08 22:43:25 I don't think we have clear enough plan for page-l
base::TerminationStatus render_view_termination_status() const {
return render_view_termination_status_;

Powered by Google App Engine
This is Rietveld 408576698