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

Unified Diff: content/browser/dom_storage/session_storage_namespace_impl.h

Issue 10831116: Move SessionStorageNamespace entirely into NavigationController and support StoragePartitions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix content shell Created 8 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/dom_storage/session_storage_namespace_impl.h
diff --git a/content/browser/dom_storage/session_storage_namespace_impl.h b/content/browser/dom_storage/session_storage_namespace_impl.h
index f075b546a7feae08671f84d5c3ebd6b4237c06b3..e0977083de80e041af62775fa03fc60f938eaa4d 100644
--- a/content/browser/dom_storage/session_storage_namespace_impl.h
+++ b/content/browser/dom_storage/session_storage_namespace_impl.h
@@ -16,7 +16,7 @@ namespace dom_storage {
class DomStorageSession;
}
-class SessionStorageNamespaceImpl
+class CONTENT_EXPORT SessionStorageNamespaceImpl
Charlie Reis 2012/08/02 23:06:47 Just checking: do we need this?
awong 2012/08/03 00:31:04 Yep...but only for the constructor. Moved.
: NON_EXPORTED_BASE(public content::SessionStorageNamespace) {
public:
// Constructs a |SessionStorageNamespaceImpl| and allocates new IDs for it.
@@ -38,6 +38,7 @@ class SessionStorageNamespaceImpl
virtual void SetShouldPersist(bool should_persist) OVERRIDE;
SessionStorageNamespaceImpl* Clone();
+ bool IsFromContext(DOMStorageContextImpl* context);
private:
explicit SessionStorageNamespaceImpl(dom_storage::DomStorageSession* clone);

Powered by Google App Engine
This is Rietveld 408576698