| Index: content/browser/memory/memory_coordinator_impl.h
|
| diff --git a/content/browser/memory/memory_coordinator_impl.h b/content/browser/memory/memory_coordinator_impl.h
|
| index 09b0c9744e71d48a5c5406a3ff28d7b411a6da80..8869852fcb0f89fc1c84bc14e4537dfddd061c02 100644
|
| --- a/content/browser/memory/memory_coordinator_impl.h
|
| +++ b/content/browser/memory/memory_coordinator_impl.h
|
| @@ -80,8 +80,6 @@ class CONTENT_EXPORT MemoryCoordinatorImpl : public base::MemoryCoordinator,
|
|
|
| // base::MemoryCoordinator implementations:
|
| MemoryState GetCurrentMemoryState() const override;
|
| - // Temporarily sets memory state of the browser process for testing.
|
| - void SetCurrentMemoryStateForTesting(MemoryState memory_state) override;
|
|
|
| // content::MemoryCoordinator implementation:
|
| MemoryState GetStateForProcess(base::ProcessHandle handle) override;
|
|
|