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

Unified Diff: base/memory/memory_coordinator_client_registry.cc

Issue 2363353002: Document memory coordinator (Closed)
Patch Set: comments Created 4 years, 3 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
« no previous file with comments | « base/memory/memory_coordinator_client_registry.h ('k') | content/browser/memory/memory_coordinator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/memory/memory_coordinator_client_registry.cc
diff --git a/base/memory/memory_coordinator_client_registry.cc b/base/memory/memory_coordinator_client_registry.cc
index 59cd8ac135e57451b5c0d613de597879468e39fb..57eedc683c38cc31107fb530b86cc5a62826b037 100644
--- a/base/memory/memory_coordinator_client_registry.cc
+++ b/base/memory/memory_coordinator_client_registry.cc
@@ -29,4 +29,9 @@ void MemoryCoordinatorClientRegistry::Unregister(
clients_->RemoveObserver(client);
}
+void MemoryCoordinatorClientRegistry::Notify(MemoryState state) {
+ clients_->Notify(FROM_HERE,
+ &base::MemoryCoordinatorClient::OnMemoryStateChange, state);
+}
+
} // namespace base
« no previous file with comments | « base/memory/memory_coordinator_client_registry.h ('k') | content/browser/memory/memory_coordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698