summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/tab_contents.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/tab_contents/tab_contents.cc')
-rw-r--r--chrome/browser/tab_contents/tab_contents.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/tab_contents/tab_contents.cc b/chrome/browser/tab_contents/tab_contents.cc
index 66306ae..92aecf8 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();