Index: content/browser/memory/memory_coordinator.h |
diff --git a/content/browser/memory/memory_coordinator.h b/content/browser/memory/memory_coordinator.h |
index 35a7938197eeca4d0bfd2f549e82293240b3e0dd..682f1ba628142c1a9a001c14a97179a1c8b5c3a9 100644 |
--- a/content/browser/memory/memory_coordinator.h |
+++ b/content/browser/memory/memory_coordinator.h |
@@ -56,6 +56,7 @@ class CONTENT_EXPORT MemoryCoordinator { |
virtual void OnChildAdded(int render_process_id) {} |
virtual base::MemoryState GetCurrentMemoryState() const; |
+ virtual void SetCurrentMemoryStateForTesting(base::MemoryState memory_state); |
protected: |
// Constructor. Protected as this is a singleton, but accessible for |