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

Unified Diff: content/public/browser/session_storage_namespace.h

Issue 9963107: Persist sessionStorage on disk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Draft: associate with session restore. Created 8 years, 7 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/public/browser/session_storage_namespace.h
diff --git a/content/public/browser/session_storage_namespace.h b/content/public/browser/session_storage_namespace.h
index 5b17d0ceaebd56e8c45794931e5525c6d17d47f8..629ef84abcb5ed399adfcb00130d7e7f2f0ea4d4 100644
--- a/content/public/browser/session_storage_namespace.h
+++ b/content/public/browser/session_storage_namespace.h
@@ -16,6 +16,8 @@ namespace content {
// it keeps valgrind happy.
class SessionStorageNamespace
michaeln 2012/05/30 01:29:19 What if there were two different methods to manufa
marja 2012/05/31 14:41:34 Done.
: public base::RefCountedThreadSafe<SessionStorageNamespace> {
+ public:
+ virtual int64 id() const = 0;
protected:
friend class base::RefCountedThreadSafe<SessionStorageNamespace>;
virtual ~SessionStorageNamespace() {}

Powered by Google App Engine
This is Rietveld 408576698