| Index: content/public/browser/dom_storage_context.h
|
| diff --git a/content/public/browser/dom_storage_context.h b/content/public/browser/dom_storage_context.h
|
| index 309fc844bab23d37da00bc18fb337096c06d3424..82ac15bc32166f9109ab4a2cccbf83be0f2249d0 100644
|
| --- a/content/public/browser/dom_storage_context.h
|
| +++ b/content/public/browser/dom_storage_context.h
|
| @@ -39,6 +39,11 @@ class DOMStorageContext {
|
| virtual scoped_refptr<SessionStorageNamespace> RecreateSessionStorage(
|
| const std::string& persistent_id) = 0;
|
|
|
| + // Starts deleting sessionStorages which don't have an associated
|
| + // SessionStorageNamespace alive. Called when SessionStorageNamespaces have
|
| + // been created after a session restore, or a session restore won't happen.
|
| + virtual void StartScavengingUnusedSessionStorage() = 0;
|
| +
|
| protected:
|
| virtual ~DOMStorageContext() {}
|
| };
|
|
|