| Index: chrome/browser/cocoa/tab_strip_controller_unittest.mm
|
| ===================================================================
|
| --- chrome/browser/cocoa/tab_strip_controller_unittest.mm (revision 16871)
|
| +++ chrome/browser/cocoa/tab_strip_controller_unittest.mm (working copy)
|
| @@ -127,4 +127,11 @@
|
| // if you don't do anything with it. http://crbug.com/10899
|
| }
|
|
|
| +// Test that changing the number of tabs broadcasts a
|
| +// kTabStripNumberOfTabsChanged notifiction.
|
| +TEST_F(TabStripControllerTest, Notifications) {
|
| + // TODO(pinkerton): Creating a TabContents crashes an unrelated test, even
|
| + // if you don't do anything with it. http://crbug.com/10899
|
| +}
|
| +
|
| } // namespace
|
|
|