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

Unified Diff: webkit/dom_storage/dom_storage_namespace.h

Issue 9718029: DomStorage commit task sequencing. (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_namespace.h
===================================================================
--- webkit/dom_storage/dom_storage_namespace.h (revision 127613)
+++ webkit/dom_storage/dom_storage_namespace.h (working copy)
@@ -47,6 +47,9 @@
// Should only be called for session storage namespaces.
DomStorageNamespace* Clone(int64 clone_namespace_id);
+ void PurgeMemory();
+ void Shutdown();
+
private:
friend class base::RefCountedThreadSafe<DomStorageNamespace>;

Powered by Google App Engine
This is Rietveld 408576698