| Index: content/browser/memory/memory_coordinator.h
|
| diff --git a/content/browser/memory/memory_coordinator.h b/content/browser/memory/memory_coordinator.h
|
| index 9e0328cb5fba1707452e6cde2a2b555984b94463..7d2cbd76361245525c74f55b5aa1234c31098c00 100644
|
| --- a/content/browser/memory/memory_coordinator.h
|
| +++ b/content/browser/memory/memory_coordinator.h
|
| @@ -30,8 +30,6 @@ 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() {}
|
|
|