| Index: chrome/browser/tab_contents/tab_contents_delegate.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents_delegate.cc (revision 65756)
|
| +++ chrome/browser/tab_contents/tab_contents_delegate.cc (working copy)
|
| @@ -41,10 +41,6 @@
|
| return true;
|
| }
|
|
|
| -gfx::Rect TabContentsDelegate::GetRootWindowResizerRect() const {
|
| - return gfx::Rect();
|
| -}
|
| -
|
| void TabContentsDelegate::ShowHtmlDialog(HtmlDialogUIDelegate* delegate,
|
| gfx::NativeWindow parent_window) {
|
| }
|
|
|