| Index: content/browser/memory/memory_coordinator.h
|
| diff --git a/content/browser/memory/memory_coordinator.h b/content/browser/memory/memory_coordinator.h
|
| index d9628fd1181b16ace6864e1568d7a6a451993998..35a7938197eeca4d0bfd2f549e82293240b3e0dd 100644
|
| --- a/content/browser/memory/memory_coordinator.h
|
| +++ b/content/browser/memory/memory_coordinator.h
|
| @@ -29,6 +29,8 @@ class CONTENT_EXPORT MemoryCoordinator {
|
| // Singleton factory/accessor.
|
| static MemoryCoordinator* GetInstance();
|
|
|
| + static void EnableFeaturesForTesting();
|
| +
|
| // Starts monitoring memory usage. After calling this method, memory
|
| // coordinator will start dispatching state changes.
|
| virtual void Start() {}
|
|
|