| 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 5b5c21a0cd8b7d6f4fc09f78d1555e74c4e0439e..53d84059a73eeea22c669c9ede3d4bded9ffd5dd 100644
|
| --- a/chrome/browser/ui/cocoa/tabs/tab_strip_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/tabs/tab_strip_controller.mm
|
| @@ -1298,7 +1298,7 @@ private:
|
| DCHECK_EQ(oldContents, [oldController webContents]);
|
|
|
| // Simply create a new TabContentsController for |newContents| and place it
|
| - // into the array, replacing |oldContents|. A ActiveTabChanged notification
|
| + // into the array, replacing |oldContents|. An ActiveTabChanged notification
|
| // will follow, at which point we will install the new view.
|
| scoped_nsobject<TabContentsController> newController(
|
| [[TabContentsController alloc] initWithContents:newContents]);
|
|
|