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

Unified Diff: content/browser/memory/memory_coordinator.h

Issue 2412413002: WIP: Add MemoryCoordinator::GetCurrentMemoryState (Closed)
Patch Set: Change the base Created 4 years, 2 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 | « no previous file | content/browser/memory/memory_coordinator_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/memory/memory_coordinator.h
diff --git a/content/browser/memory/memory_coordinator.h b/content/browser/memory/memory_coordinator.h
index 2c2f22473035d62b7c5ea26d793b307d5b887651..6cf3814e4220fe915016326d5f3f4cb81efeffeb 100644
--- a/content/browser/memory/memory_coordinator.h
+++ b/content/browser/memory/memory_coordinator.h
@@ -52,6 +52,8 @@ class CONTENT_EXPORT MemoryCoordinator {
// Called when ChildMemoryCoordinator calls AddChild().
virtual void OnChildAdded(int render_process_id) {}
+ virtual base::MemoryState GetCurrentState() const = 0;
haraken 2016/10/13 09:27:20 GetCurrentMemoryState
bashi 2016/10/13 23:16:34 nit: I'd prefer to return UNKNOWN so that TestMemo
hajimehoshi 2016/10/14 07:37:47 Done.
+
protected:
// Constructor. Protected as this is a singleton, but accessible for
// unittests.
« no previous file with comments | « no previous file | content/browser/memory/memory_coordinator_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698