| Index: chrome/browser/renderer_host/render_view_host_delegate.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_view_host_delegate.h (revision 65756)
|
| +++ chrome/browser/renderer_host/render_view_host_delegate.h (working copy)
|
| @@ -833,10 +833,6 @@
|
| // Notification from the renderer that JS runs out of memory.
|
| virtual void OnJSOutOfMemory() {}
|
|
|
| - // Return the rect where to display the resize corner, if any, otherwise
|
| - // an empty rect.
|
| - virtual gfx::Rect GetRootWindowResizerRect() const;
|
| -
|
| // Notification that the renderer has become unresponsive. The
|
| // delegate can use this notification to show a warning to the user.
|
| virtual void RendererUnresponsive(RenderViewHost* render_view_host,
|
|
|