| Index: chrome/browser/tab_contents/tab_contents.cc
|
| diff --git a/chrome/browser/tab_contents/tab_contents.cc b/chrome/browser/tab_contents/tab_contents.cc
|
| index 66306ae8a00b99a69e6bd030b382e9d844623ca0..92aecf89a68130b2b42586cebaef564f62082a20 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.cc
|
| +++ b/chrome/browser/tab_contents/tab_contents.cc
|
| @@ -2755,10 +2755,6 @@ void TabContents::OnCrossSiteResponse(int new_render_process_host_id,
|
| new_request_id);
|
| }
|
|
|
| -bool TabContents::CanBlur() const {
|
| - return delegate() ? delegate()->CanBlur() : true;
|
| -}
|
| -
|
| gfx::Rect TabContents::GetRootWindowResizerRect() const {
|
| if (delegate())
|
| return delegate()->GetRootWindowResizerRect();
|
|
|