| Index: content/public/browser/web_contents_delegate.h
|
| diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
|
| index 62ef1dea8b7588f47e904aae253bb7be986a98b4..5a6d4d6ca488c3f3f374ea3ff421b621666fd397 100644
|
| --- a/content/public/browser/web_contents_delegate.h
|
| +++ b/content/public/browser/web_contents_delegate.h
|
| @@ -183,10 +183,6 @@ class CONTENT_EXPORT WebContentsDelegate {
|
| // Invoked when a vertical overscroll completes.
|
| virtual void OverscrollComplete() {}
|
|
|
| - // Return the rect where to display the resize corner, if any, otherwise
|
| - // an empty rect.
|
| - virtual gfx::Rect GetRootWindowResizerRect() const;
|
| -
|
| // Invoked prior to showing before unload handler confirmation dialog.
|
| virtual void WillRunBeforeUnloadConfirm() {}
|
|
|
|
|