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

Unified Diff: webkit/dom_storage/dom_storage_context.h

Issue 9817011: DomStorage data deletion and memory purging. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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: webkit/dom_storage/dom_storage_context.h
===================================================================
--- webkit/dom_storage/dom_storage_context.h (revision 127981)
+++ webkit/dom_storage/dom_storage_context.h (working copy)
@@ -94,7 +94,7 @@
DomStorageTaskRunner* task_runner() const { return task_runner_; }
DomStorageNamespace* GetStorageNamespace(int64 namespace_id);
- void GetUsageInfo(std::vector<UsageInfo>* info);
+ void GetUsageInfo(std::vector<UsageInfo>* infos, bool include_file_info);
void DeleteOrigin(const GURL& origin);
void DeleteDataModifiedSince(const base::Time& cutoff);
void PurgeMemory();
@@ -152,6 +152,8 @@
~DomStorageContext();
+ void ClearLocalStateInCommitSequence();
+
// Collection of namespaces keyed by id.
StorageNamespaceMap namespaces_;

Powered by Google App Engine
This is Rietveld 408576698