| Index: chrome/browser/cocoa/bookmark_bubble_controller_unittest.mm
|
| diff --git a/chrome/browser/cocoa/bookmark_bubble_controller_unittest.mm b/chrome/browser/cocoa/bookmark_bubble_controller_unittest.mm
|
| index 556f228c62595f89098e6fbfba345b527e4b7093..d0d311cf9c16c7aa084f2836093f3db08a2389cf 100644
|
| --- a/chrome/browser/cocoa/bookmark_bubble_controller_unittest.mm
|
| +++ b/chrome/browser/cocoa/bookmark_bubble_controller_unittest.mm
|
| @@ -27,8 +27,6 @@ class BookmarkBubbleControllerTest : public CocoaTest {
|
| }
|
|
|
| virtual void TearDown() {
|
| - // TODO(shess): Figure out why CocoaTest::TearDown() needs 3
|
| - // passes through the event loop to fully close out these windows.
|
| [controller_ close];
|
| CocoaTest::TearDown();
|
| }
|
|
|