diff options
Diffstat (limited to 'chrome/browser/tab_contents/tab_contents_delegate.cc')
-rw-r--r-- | chrome/browser/tab_contents/tab_contents_delegate.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/tab_contents/tab_contents_delegate.cc b/chrome/browser/tab_contents/tab_contents_delegate.cc index c200f3c..7ba80d6 100644 --- a/chrome/browser/tab_contents/tab_contents_delegate.cc +++ b/chrome/browser/tab_contents/tab_contents_delegate.cc @@ -23,8 +23,6 @@ bool TabContentsDelegate::IsApplication() const { return false; } void TabContentsDelegate::ConvertContentsToApplication(TabContents* source) { } -bool TabContentsDelegate::CanBlur() const { return true; } - bool TabContentsDelegate::CanReloadContents(TabContents* source) const { return true; } |