| Index: chrome/browser/ui/cocoa/tabs/tab_strip_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/tabs/tab_strip_controller.mm b/chrome/browser/ui/cocoa/tabs/tab_strip_controller.mm
|
| index 2b17c49b8c3984361d84281378a1a0c0632072ac..444d470b23e45e15a82db396aefa292304a0bba1 100644
|
| --- a/chrome/browser/ui/cocoa/tabs/tab_strip_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/tabs/tab_strip_controller.mm
|
| @@ -1284,6 +1284,8 @@ private:
|
| // into the right state up front as we won't be told to do it from anywhere
|
| // else.
|
| [self updateIconsForContents:contents atIndex:modelIndex];
|
| +
|
| + [delegate_ onTabInsertedInForeground:inForeground];
|
| }
|
|
|
| // Called before |contents| is deactivated.
|
|
|