| Index: content/browser/memory/memory_coordinator.h
|
| diff --git a/content/browser/memory/memory_coordinator.h b/content/browser/memory/memory_coordinator.h
|
| index c16de0ae5ab236a4d7ad62a760e3fbde9d71c19d..d9628fd1181b16ace6864e1568d7a6a451993998 100644
|
| --- a/content/browser/memory/memory_coordinator.h
|
| +++ b/content/browser/memory/memory_coordinator.h
|
| @@ -53,6 +53,8 @@ class CONTENT_EXPORT MemoryCoordinator {
|
| // Called when ChildMemoryCoordinator calls AddChild().
|
| virtual void OnChildAdded(int render_process_id) {}
|
|
|
| + virtual base::MemoryState GetCurrentMemoryState() const;
|
| +
|
| protected:
|
| // Constructor. Protected as this is a singleton, but accessible for
|
| // unittests.
|
|
|