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 5d2d01ac628a7a2b18d18db47baa9aac59434058..ef54b4506e18189e722302b81b6ff1fa5e9d5151 100644 |
--- a/chrome/browser/ui/cocoa/tabs/tab_strip_controller.mm |
+++ b/chrome/browser/ui/cocoa/tabs/tab_strip_controller.mm |
@@ -1268,8 +1268,8 @@ class NotificationBridge : public NotificationObserver { |
DCHECK_EQ(oldContents->tab_contents(), [oldController tabContents]); |
// Simply create a new TabContentsController for |newContents| and place it |
- // into the array, replacing |oldContents|. A TabSelectedAt notification will |
- // follow, at which point we will install the new view. |
+ // into the array, replacing |oldContents|. A ActiveTabChanged notification |
+ // will follow, at which point we will install the new view. |
scoped_nsobject<TabContentsController> newController( |
[[TabContentsController alloc] |
initWithContents:newContents->tab_contents() |