| Index: content/browser/renderer_host/render_widget_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.cc b/content/browser/renderer_host/render_widget_host_impl.cc
|
| index 3eed18a686a989d488de4d6c367a5d9b7dc0eced..29a91067156cabc979b9253e6101a5a8fa8dcae0 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.cc
|
| @@ -983,11 +983,6 @@ void RenderWidgetHostImpl::RestartHangMonitorTimeoutIfNecessary() {
|
| hang_monitor_timeout_->Restart(hung_renderer_delay_);
|
| }
|
|
|
| -void RenderWidgetHostImpl::DisableHangMonitorForTesting() {
|
| - StopHangMonitorTimeout();
|
| - hang_monitor_timeout_.reset();
|
| -}
|
| -
|
| void RenderWidgetHostImpl::StopHangMonitorTimeout() {
|
| if (hang_monitor_timeout_)
|
| hang_monitor_timeout_->Stop();
|
|
|