Chromium Code Reviews| Index: chrome/browser/tab_contents/tab_contents_delegate.cc |
| =================================================================== |
| --- chrome/browser/tab_contents/tab_contents_delegate.cc (revision 55530) |
| +++ chrome/browser/tab_contents/tab_contents_delegate.cc (working copy) |
| @@ -68,6 +68,12 @@ |
| return false; |
| } |
| +void TabContentsDelegate::Activate() { |
| +} |
| + |
| +void TabContentsDelegate::Deactivate(){ |
| +} |
| + |
| void TabContentsDelegate::SetTabContentBlocked( |
| TabContents* contents, bool blocked) { |
| } |