Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1210)

Unified Diff: content/browser/dom_storage/dom_storage_context_wrapper.h

Issue 2648323005: memory coordinator: Add MemoryCoordinatorClient::OnPurgeMemory() (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698