| Index: content/browser/tab_contents/tab_contents_delegate.cc
|
| diff --git a/content/browser/tab_contents/tab_contents_delegate.cc b/content/browser/tab_contents/tab_contents_delegate.cc
|
| index 27f94e1fb0a1671815cdc8ff7d2a4215688f91e1..d16af20fd4ae7e4b79eaf5e2ea3745e42e39cb06 100644
|
| --- a/content/browser/tab_contents/tab_contents_delegate.cc
|
| +++ b/content/browser/tab_contents/tab_contents_delegate.cc
|
| @@ -199,5 +199,9 @@ bool TabContentsDelegate::ShouldShowHungRendererDialog() {
|
| void TabContentsDelegate::WorkerCrashed() {
|
| }
|
|
|
| +bool TabContentsDelegate::IsHidden(const TabContents* source) const {
|
| + return false;
|
| +}
|
| +
|
| TabContentsDelegate::~TabContentsDelegate() {
|
| }
|
|
|