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 7f63ba9f85b52305ec533ac85b7de119706eb79d..3ab434fc15eeabe2c72f40d360fbcd901e1e7928 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -123,8 +123,7 @@ class CONTENT_EXPORT RenderViewHostImpl |
RenderWidgetHostDelegate* widget_delegate, |
int routing_id, |
int main_frame_routing_id, |
- bool swapped_out, |
- SessionStorageNamespace* session_storage_namespace); |
+ bool swapped_out); |
virtual ~RenderViewHostImpl(); |
// RenderViewHost implementation. |
@@ -688,9 +687,6 @@ class CONTENT_EXPORT RenderViewHostImpl |
// True if the render view can be shut down suddenly. |
bool sudden_termination_allowed_; |
- // The session storage namespace to be used by the associated render view. |
- scoped_refptr<SessionStorageNamespaceImpl> session_storage_namespace_; |
- |
// The termination status of the last render view that terminated. |
base::TerminationStatus render_view_termination_status_; |