| Index: content/browser/renderer_host/render_widget_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
|
| index 11dddf13c0f1ebfe7a95f53baaa4490f5c19f65c..c60dc6201ba8f2343e85d25b4568ee82d2df07ec 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -317,8 +317,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost,
|
| // the new one will only fire if it has a shorter delay than the time
|
| // left on the existing timeouts.
|
| void StartHangMonitorTimeout(base::TimeDelta delay,
|
| - blink::WebInputEvent::Type event_type,
|
| - RendererUnresponsiveType hang_monitor_reason);
|
| + blink::WebInputEvent::Type event_type);
|
|
|
| // Stops all existing hang monitor timeouts and assumes the renderer is
|
| // responsive.
|
| @@ -877,10 +876,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost,
|
| // This value indicates how long to wait before we consider a renderer hung.
|
| base::TimeDelta hung_renderer_delay_;
|
|
|
| - // Stores the reason the hang_monitor_timeout_ has been started. Used to
|
| - // report histograms if the renderer is hung.
|
| - RendererUnresponsiveType hang_monitor_reason_;
|
| -
|
| // Type of the last blocking event that started the hang monitor.
|
| blink::WebInputEvent::Type hang_monitor_event_type_;
|
|
|
|
|