| Index: content/browser/dom_storage/dom_storage_context_impl.h
|
| diff --git a/content/browser/dom_storage/dom_storage_context_impl.h b/content/browser/dom_storage/dom_storage_context_impl.h
|
| index 135b0c52d21fbe22d3d2e493cc10f31d83f02ae7..00e13d4de72300ee15c9893b691c4a94e95058bb 100644
|
| --- a/content/browser/dom_storage/dom_storage_context_impl.h
|
| +++ b/content/browser/dom_storage/dom_storage_context_impl.h
|
| @@ -30,6 +30,7 @@ class CONTENT_EXPORT DOMStorageContextImpl :
|
| virtual void DeleteOrigin(const GURL& origin) OVERRIDE;
|
| virtual scoped_refptr<content::SessionStorageNamespace>
|
| RecreateSessionStorage(const std::string& persistent_id) OVERRIDE;
|
| + virtual void StartScavengingUnusedSessionStorage() OVERRIDE;
|
|
|
| // Called to free up memory that's not strictly needed.
|
| void PurgeMemory();
|
|
|