| Index: content/public/browser/web_contents_delegate.cc
|
| diff --git a/content/public/browser/web_contents_delegate.cc b/content/public/browser/web_contents_delegate.cc
|
| index d107135b2231bc84c83c277e42175d69ef1744b1..966258027a7d1565951ac135a32d589829259615 100644
|
| --- a/content/public/browser/web_contents_delegate.cc
|
| +++ b/content/public/browser/web_contents_delegate.cc
|
| @@ -38,10 +38,6 @@ bool WebContentsDelegate::IsPopupOrPanel(const WebContents* source) const {
|
|
|
| bool WebContentsDelegate::CanOverscrollContent() const { return false; }
|
|
|
| -gfx::Rect WebContentsDelegate::GetRootWindowResizerRect() const {
|
| - return gfx::Rect();
|
| -}
|
| -
|
| bool WebContentsDelegate::ShouldSuppressDialogs(WebContents* source) {
|
| return false;
|
| }
|
|
|