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

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

Issue 9963107: Persist sessionStorage on disk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review (pkasting) Created 8 years, 4 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
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | content/browser/dom_storage/dom_storage_context_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/dom_storage/dom_storage_context_impl.h
diff --git a/content/browser/dom_storage/dom_storage_context_impl.h b/content/browser/dom_storage/dom_storage_context_impl.h
index 10cfe2d142f0fa6b340738512a56a94a66eca8eb..566e4dc3fdae7c1b23cddd4d387317239d269ffc 100644
--- a/content/browser/dom_storage/dom_storage_context_impl.h
+++ b/content/browser/dom_storage/dom_storage_context_impl.h
@@ -27,8 +27,10 @@ class CONTENT_EXPORT DOMStorageContextImpl :
// DOMStorageContext implementation.
virtual void GetUsageInfo(const GetUsageInfoCallback& callback) OVERRIDE;
virtual void DeleteOrigin(const GURL& origin) OVERRIDE;
+ virtual void SetSaveSessionStorageOnDisk() OVERRIDE;
virtual scoped_refptr<content::SessionStorageNamespace>
RecreateSessionStorage(const std::string& persistent_id) OVERRIDE;
+ virtual void StartScavengingUnusedSessionStorage() OVERRIDE;
// Called to free up memory that's not strictly needed.
void PurgeMemory();
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | content/browser/dom_storage/dom_storage_context_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698