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 23d1941b51a291a94e33893dd5922d8456e6d25c..d26432468a5069d939bce1a4643115697cd97ac6 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -124,8 +124,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. |
@@ -695,9 +694,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_; |