| 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 b403cf462dcf439def9fae164db4987440cc76c5..b8b83a5744e223d58ea5d8ef85f8f0b7331a7ec0 100644
|
| --- a/content/browser/memory/memory_coordinator_impl.cc
|
| +++ b/content/browser/memory/memory_coordinator_impl.cc
|
| @@ -232,14 +232,6 @@ MemoryState MemoryCoordinatorImpl::GetCurrentMemoryState() const {
|
| return browser_memory_state_;
|
| }
|
|
|
| -void MemoryCoordinatorImpl::SetCurrentMemoryStateForTesting(
|
| - MemoryState memory_state) {
|
| - // Resets |last_state_change_| so that
|
| - // UpdateBrowserStateAndNotifyStateToClients() to set memory state forcibly.
|
| - last_state_change_ = base::TimeTicks();
|
| - UpdateBrowserStateAndNotifyStateToClients(memory_state);
|
| -}
|
| -
|
| void MemoryCoordinatorImpl::ForceSetMemoryCondition(MemoryCondition condition,
|
| base::TimeDelta duration) {
|
| UpdateConditionIfNeeded(condition);
|
|
|