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

Unified Diff: content/renderer/render_view_impl.h

Issue 10171018: Create swapped-out opener RVHs after a process swap. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove parameter comments. Created 8 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_thread_impl.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 9be49ba0be0d81cec0ccacd7ccb44450afd42a43..43d6280989dde535058a9cb3c0011cdd8dc65e50 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -193,6 +193,8 @@ class RenderViewImpl : public RenderWidget,
int32 surface_id,
int64 session_storage_namespace_id,
const string16& frame_name,
+ bool is_renderer_created,
+ bool swapped_out,
int32 next_page_id,
const WebKit::WebScreenInfo& screen_info,
bool guest,
@@ -742,6 +744,8 @@ class RenderViewImpl : public RenderWidget,
int32 surface_id,
int64 session_storage_namespace_id,
const string16& frame_name,
+ bool is_renderer_created,
+ bool swapped_out,
int32 next_page_id,
const WebKit::WebScreenInfo& screen_info,
bool guest,
@@ -979,6 +983,9 @@ class RenderViewImpl : public RenderWidget,
const WebKit::WebURLError& error,
bool replace);
+ // Make this RenderView show an empty, unscriptable page.
+ void NavigateToSwappedOutURL();
+
// If we initiated a navigation, this function will populate |document_state|
// with the navigation information saved in OnNavigate().
void PopulateDocumentStateFromPending(content::DocumentState* document_state);
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698