| 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 7dc87404926418112a8412a93af35ecac1076651..032a91d8333f926264a57292e0982b267b85603f 100644
|
| --- a/content/browser/memory/memory_coordinator_impl.cc
|
| +++ b/content/browser/memory/memory_coordinator_impl.cc
|
| @@ -340,6 +340,11 @@ bool MemoryCoordinatorImpl::ChangeStateIfNeeded(base::MemoryState prev_state,
|
| return true;
|
| }
|
|
|
| +void MemoryCoordinatorImpl::DiscardTab() {
|
| + if (delegate_)
|
| + delegate_->DiscardTab();
|
| +}
|
| +
|
| RenderProcessHost* MemoryCoordinatorImpl::GetRenderProcessHost(
|
| int render_process_id) {
|
| return RenderProcessHost::FromID(render_process_id);
|
|
|