Chromium Code Reviews| 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..a4e45cd7a92f90445591c6a60689de4c41fcfa98 100644 |
| --- a/content/public/browser/dom_storage_context.h |
| +++ b/content/public/browser/dom_storage_context.h |
| @@ -39,6 +39,8 @@ class DOMStorageContext { |
| virtual scoped_refptr<SessionStorageNamespace> RecreateSessionStorage( |
| const std::string& persistent_id) = 0; |
| + virtual void StartScavengingUnusedSessionStorage() = 0; |
|
michaeln
2012/06/26 06:15:12
a doc comment about this method would be good
marja
2012/06/26 14:18:05
Done.
|
| + |
| protected: |
| virtual ~DOMStorageContext() {} |
| }; |