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

Unified Diff: WebKit/chromium/src/StorageNamespaceProxy.h

Issue 10012034: WebKit/WebCore DomStorage House cleaning (Closed) Base URL: http://svn.webkit.org/repository/webkit/trunk/Source/
Patch Set: Created 8 years, 8 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 | « WebKit/chromium/src/StorageEventDispatcherImpl.cpp ('k') | WebKit/chromium/src/StorageNamespaceProxy.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WebKit/chromium/src/StorageNamespaceProxy.h
===================================================================
--- WebKit/chromium/src/StorageNamespaceProxy.h (revision 113961)
+++ WebKit/chromium/src/StorageNamespaceProxy.h (working copy)
@@ -39,11 +39,10 @@
virtual ~StorageNamespaceProxy();
virtual PassRefPtr<StorageArea> storageArea(PassRefPtr<SecurityOrigin>);
virtual PassRefPtr<StorageNamespace> copy();
+
virtual void close();
-
virtual void clearOriginForDeletion(SecurityOrigin*);
virtual void clearAllOriginsForDeletion();
-
virtual void sync();
private:
« no previous file with comments | « WebKit/chromium/src/StorageEventDispatcherImpl.cpp ('k') | WebKit/chromium/src/StorageNamespaceProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698