| 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 4b63fb4cc38d88fafcf566aba4e8a951b7e1c36e..09b0c9744e71d48a5c5406a3ff28d7b411a6da80 100644
|
| --- a/content/browser/memory/memory_coordinator_impl.h
|
| +++ b/content/browser/memory/memory_coordinator_impl.h
|
| @@ -78,9 +78,6 @@ class CONTENT_EXPORT MemoryCoordinatorImpl : public base::MemoryCoordinator,
|
| void RecordMemoryPressure(
|
| base::MemoryPressureMonitor::MemoryPressureLevel level);
|
|
|
| - // Returns the browser's current memory state.
|
| - MemoryState GetBrowserMemoryState() const;
|
| -
|
| // base::MemoryCoordinator implementations:
|
| MemoryState GetCurrentMemoryState() const override;
|
| // Temporarily sets memory state of the browser process for testing.
|
|
|