| Index: content/browser/memory/memory_coordinator_impl.cc
|
| diff --git a/content/browser/memory/memory_coordinator_impl.cc b/content/browser/memory/memory_coordinator_impl.cc
|
| index de5b783a0a4ecd7febe6b1c62f7aa455f4c0b5cb..b403cf462dcf439def9fae164db4987440cc76c5 100644
|
| --- a/content/browser/memory/memory_coordinator_impl.cc
|
| +++ b/content/browser/memory/memory_coordinator_impl.cc
|
| @@ -228,12 +228,8 @@ void MemoryCoordinatorImpl::RecordMemoryPressure(
|
| // TODO(bashi): Record memory pressure level.
|
| }
|
|
|
| -MemoryState MemoryCoordinatorImpl::GetBrowserMemoryState() const {
|
| - return browser_memory_state_;
|
| -}
|
| -
|
| MemoryState MemoryCoordinatorImpl::GetCurrentMemoryState() const {
|
| - return GetBrowserMemoryState();
|
| + return browser_memory_state_;
|
| }
|
|
|
| void MemoryCoordinatorImpl::SetCurrentMemoryStateForTesting(
|
|
|