| Index: content/browser/dom_storage/dom_storage_context_wrapper.h
|
| diff --git a/content/browser/dom_storage/dom_storage_context_wrapper.h b/content/browser/dom_storage/dom_storage_context_wrapper.h
|
| index 14efb4515db55acc6a356ed4c6d6ad254c947599..bc5a0e1b4f92bf32f1da1a4c08915478878534ad 100644
|
| --- a/content/browser/dom_storage/dom_storage_context_wrapper.h
|
| +++ b/content/browser/dom_storage/dom_storage_context_wrapper.h
|
| @@ -90,7 +90,7 @@ class CONTENT_EXPORT DOMStorageContextWrapper :
|
| base::MemoryPressureListener::MemoryPressureLevel memory_pressure_level);
|
|
|
| // base::MemoryCoordinatorClient implementation:
|
| - void OnMemoryStateChange(base::MemoryState state) override;
|
| + void OnPurgeMemory() override;
|
|
|
| void PurgeMemory(DOMStorageContextImpl::PurgeOption purge_option);
|
|
|
|
|