| 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 33a410859969900b0e4d40efdffbb3680448e728..cffd69df35dfc43f3f99deed4f06c9dc686720bc 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
|
|
|