| Index: chrome/browser/tab_contents/tab_contents_delegate.cc
|
| diff --git a/chrome/browser/tab_contents/tab_contents_delegate.cc b/chrome/browser/tab_contents/tab_contents_delegate.cc
|
| index 539c22127170f88934de8573eb12a7a47d8e26cd..f3b578dae9abaef6cd131d862376a55099a5c92f 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;
|
| }
|
|
|