| Index: chrome/browser/ui/cocoa/tabs/tab_strip_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/tabs/tab_strip_controller.h b/chrome/browser/ui/cocoa/tabs/tab_strip_controller.h
|
| index 7ef1f17f11666caaf71c3b1fed6ce047ea7a2def..1161e5fdb535e0dc84479a9ef41d05dd11edf4e0 100644
|
| --- a/chrome/browser/ui/cocoa/tabs/tab_strip_controller.h
|
| +++ b/chrome/browser/ui/cocoa/tabs/tab_strip_controller.h
|
| @@ -49,6 +49,10 @@ class WebContents;
|
| // Stripped down version of TabStripModelObserverBridge:tabDetachedWithContents.
|
| - (void)onTabDetachedWithContents:(content::WebContents*)contents;
|
|
|
| +// Stripped down version of
|
| +// TabStripModelObserverBridge:onTabInsertedInForeground.
|
| +- (void)onTabInsertedInForeground:(BOOL)inForeground;
|
| +
|
| @end
|
|
|
| // A class that handles managing the tab strip in a browser window. It uses
|
|
|