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

Unified Diff: content/child/memory/child_memory_coordinator_impl.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 | « content/browser/memory/memory_coordinator.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/memory/child_memory_coordinator_impl.cc
diff --git a/content/child/memory/child_memory_coordinator_impl.cc b/content/child/memory/child_memory_coordinator_impl.cc
index 61f9b9db7225d0f78eba894cd2182ba83c749e7b..5412c6458efa83a116c6b8204f4d98fb74deab56 100644
--- a/content/child/memory/child_memory_coordinator_impl.cc
+++ b/content/child/memory/child_memory_coordinator_impl.cc
@@ -58,8 +58,7 @@ ChildMemoryCoordinatorImpl::~ChildMemoryCoordinatorImpl() {
void ChildMemoryCoordinatorImpl::OnStateChange(mojom::MemoryState state) {
base::MemoryState base_state = ToBaseMemoryState(state);
- base::MemoryCoordinatorClientRegistry::GetInstance()->clients()->Notify(
- FROM_HERE, &base::MemoryCoordinatorClient::OnMemoryStateChange,
+ base::MemoryCoordinatorClientRegistry::GetInstance()->Notify(
base_state);
}
« no previous file with comments | « content/browser/memory/memory_coordinator.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698