Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3694)

Unified Diff: chrome/browser/cocoa/bookmark_bubble_controller_unittest.mm

Issue 2127009: Cleanup a bunch of TODO(shess). (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}

Powered by Google App Engine
This is Rietveld 408576698