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

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

Issue 19491004: Fix SessionStorage confusion between RenderViewHostImpl and NavigationController. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 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_;
« no previous file with comments | « content/browser/renderer_host/render_view_host_factory.cc ('k') | content/browser/renderer_host/render_view_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698