| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 17296a13a61e318aa7fb0810b1a1942d15e0a69c..b5b360f2e7c01c8af8c178e67274b31831fab9ba 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -831,6 +831,7 @@ class Browser : public TabHandlerDelegate,
|
| NavigationType::Type navigation_type);
|
| virtual void ContentRestrictionsChanged(TabContents* source);
|
| virtual void WorkerCrashed();
|
| + virtual bool IsHidden(const TabContents* source) const OVERRIDE;
|
|
|
| // Overridden from TabContentsWrapperDelegate:
|
| virtual void OnDidGetApplicationInfo(TabContentsWrapper* source,
|
|
|