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

Unified Diff: webkit/dom_storage/dom_storage_namespace.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_namespace.h
===================================================================
--- webkit/dom_storage/dom_storage_namespace.h (revision 127981)
+++ webkit/dom_storage/dom_storage_namespace.h (working copy)
@@ -47,6 +47,7 @@
// Should only be called for session storage namespaces.
DomStorageNamespace* Clone(int64 clone_namespace_id);
+ void DeleteOrigin(const GURL& origin);
void PurgeMemory();
void Shutdown();

Powered by Google App Engine
This is Rietveld 408576698