summaryrefslogtreecommitdiffstats
path: root/chromium/content/browser/dom_storage/dom_storage_context_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/dom_storage/dom_storage_context_impl.h')
-rw-r--r--chromium/content/browser/dom_storage/dom_storage_context_impl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chromium/content/browser/dom_storage/dom_storage_context_impl.h b/chromium/content/browser/dom_storage/dom_storage_context_impl.h
index a9400fbc594..d256d9c5723 100644
--- a/chromium/content/browser/dom_storage/dom_storage_context_impl.h
+++ b/chromium/content/browser/dom_storage/dom_storage_context_impl.h
@@ -117,7 +117,6 @@ class CONTENT_EXPORT DOMStorageContextImpl
void GetSessionStorageUsage(std::vector<SessionStorageUsageInfo>* infos);
void DeleteLocalStorage(const GURL& origin);
void DeleteSessionStorage(const SessionStorageUsageInfo& usage_info);
- void PurgeMemory();
// Used by content settings to alter the behavior around
// what data to keep and what data to discard at shutdown.