| 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 566e4dc3fdae7c1b23cddd4d387317239d269ffc..6a65a9ee80daf02f1b738e7a9ca73f7a5c65f3fe 100644
|
| --- a/content/browser/dom_storage/dom_storage_context_impl.h
|
| +++ b/content/browser/dom_storage/dom_storage_context_impl.h
|
| @@ -31,6 +31,7 @@ class CONTENT_EXPORT DOMStorageContextImpl :
|
| virtual scoped_refptr<content::SessionStorageNamespace>
|
| RecreateSessionStorage(const std::string& persistent_id) OVERRIDE;
|
| virtual void StartScavengingUnusedSessionStorage() OVERRIDE;
|
| + virtual void DisableCommitDelayForTesting() OVERRIDE;
|
|
|
| // Called to free up memory that's not strictly needed.
|
| void PurgeMemory();
|
|
|