| 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 f19422b96abbff120bf0a51aba80cc01256ff673..aca5fc64c63ab2a76a30cf57d927deb95b80b0e9 100644
|
| --- a/chrome/browser/tab_contents/tab_contents_delegate.cc
|
| +++ b/chrome/browser/tab_contents/tab_contents_delegate.cc
|
| @@ -70,12 +70,6 @@ bool TabContentsDelegate::TakeFocus(bool reverse) {
|
| return false;
|
| }
|
|
|
| -void TabContentsDelegate::Activate() {
|
| -}
|
| -
|
| -void TabContentsDelegate::Deactivate(){
|
| -}
|
| -
|
| void TabContentsDelegate::SetTabContentBlocked(
|
| TabContents* contents, bool blocked) {
|
| }
|
|
|