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

Unified Diff: content/child/memory/child_memory_coordinator_impl.h

Issue 2685263002: Add PurgeMemory() method for ChildMemoryCoordinator.mojom (Closed)
Patch Set: comment Created 3 years, 10 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/child/memory/child_memory_coordinator_impl.h
diff --git a/content/child/memory/child_memory_coordinator_impl.h b/content/child/memory/child_memory_coordinator_impl.h
index ccac9b4180371603651b52b1ac2e54c8b8684ae9..04b7576dfc3bba4fad2697203b741f0e283f0971 100644
--- a/content/child/memory/child_memory_coordinator_impl.h
+++ b/content/child/memory/child_memory_coordinator_impl.h
@@ -35,11 +35,9 @@ class CONTENT_EXPORT ChildMemoryCoordinatorImpl
ChildMemoryCoordinatorDelegate* delegate);
~ChildMemoryCoordinatorImpl() override;
- // Requests purging memory to clients.
- void PurgeMemory();
-
// mojom::ChildMemoryCoordinator implementations:
void OnStateChange(mojom::MemoryState state) override;
+ void PurgeMemory() override;
protected:
ChildMemoryCoordinatorDelegate* delegate() { return delegate_; }
« no previous file with comments | « content/browser/memory/memory_coordinator_impl_unittest.cc ('k') | content/child/memory/child_memory_coordinator_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698