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

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

Issue 18500005: Fix SessionStorage confusion between RenderViewHostImpl and NavigationController. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: code review Created 7 years, 5 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 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_;

Powered by Google App Engine
This is Rietveld 408576698