diff options
Diffstat (limited to 'chrome/browser/tab_contents/tab_contents_delegate.cc')
-rw-r--r-- | chrome/browser/tab_contents/tab_contents_delegate.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/tab_contents/tab_contents_delegate.cc b/chrome/browser/tab_contents/tab_contents_delegate.cc index aca5fc6..f19422b 100644 --- a/chrome/browser/tab_contents/tab_contents_delegate.cc +++ b/chrome/browser/tab_contents/tab_contents_delegate.cc @@ -70,6 +70,12 @@ bool TabContentsDelegate::TakeFocus(bool reverse) { return false; } +void TabContentsDelegate::Activate() { +} + +void TabContentsDelegate::Deactivate(){ +} + void TabContentsDelegate::SetTabContentBlocked( TabContents* contents, bool blocked) { } |