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

Unified Diff: content/browser/renderer_host/render_view_host_factory.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
Index: content/browser/renderer_host/render_view_host_factory.h
diff --git a/content/browser/renderer_host/render_view_host_factory.h b/content/browser/renderer_host/render_view_host_factory.h
index fa33f07a29b85fc949d0c4125d04de8285f2c3a2..99d7299836539a8a4e1e82b757d12275b7a4e635 100644
--- a/content/browser/renderer_host/render_view_host_factory.h
+++ b/content/browser/renderer_host/render_view_host_factory.h
@@ -28,6 +28,7 @@ class RenderViewHostFactory {
content::SiteInstance* instance,
content::RenderViewHostDelegate* delegate,
int routing_id,
+ bool swapped_out,
content::SessionStorageNamespace* session_storage);
// Returns true if there is currently a globally-registered factory.
@@ -45,6 +46,7 @@ class RenderViewHostFactory {
content::SiteInstance* instance,
content::RenderViewHostDelegate* delegate,
int routing_id,
+ bool swapped_out,
content::SessionStorageNamespace* session_storage_namespace) = 0;
// Registers your factory to be called when new RenderViewHosts are created.
« no previous file with comments | « chrome/browser/visitedlink/visitedlink_unittest.cc ('k') | content/browser/renderer_host/render_view_host_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698