| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index 903375379d6f3be848aeb60af1feb075693da1e9..53e1220ef32c0e049ee6c01464ced8dc2490ffc2 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -355,6 +355,7 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| virtual void ForwardKeyboardEvent(
|
| const NativeWebKeyboardEvent& key_event) OVERRIDE;
|
| virtual gfx::Rect GetRootWindowResizerRect() const OVERRIDE;
|
| + virtual void StopHangMonitorTimeout() OVERRIDE;
|
|
|
| // Creates a new RenderView with the given route id.
|
| void CreateNewWindow(int route_id,
|
|
|