summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-25 02:31:02 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-25 02:31:02 +0000
commit8c5c5380802d619c74653b06a3fe65d99402f22f (patch)
tree644907335c79b54f22c34ea105bc780f11ca3bb2
parentfda368046397c2e8028c360717f8714fbfcc8a28 (diff)
downloadchromium_src-8c5c5380802d619c74653b06a3fe65d99402f22f.zip
chromium_src-8c5c5380802d619c74653b06a3fe65d99402f22f.tar.gz
chromium_src-8c5c5380802d619c74653b06a3fe65d99402f22f.tar.bz2
Mac cleanup: get rid of probably-stale TODOs.
See comments at <http://codereview.chromium.org/1737013>. TBR=jrg@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/1726007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45545 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/cocoa/toolbar_controller_unittest.mm4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/cocoa/toolbar_controller_unittest.mm b/chrome/browser/cocoa/toolbar_controller_unittest.mm
index 0b8aaad..b02ec0f 100644
--- a/chrome/browser/cocoa/toolbar_controller_unittest.mm
+++ b/chrome/browser/cocoa/toolbar_controller_unittest.mm
@@ -103,9 +103,6 @@ TEST_F(ToolbarControllerTest, TitlebarOnly) {
// Simulate a popup going fullscreen and back by performing the reparenting
// that happens during fullscreen transitions
NSView* superview = [view superview];
- // TODO(jrg): find a way to add an [NSAutoreleasePool drain] in
- // here. I don't have access to the current
- // scoped_nsautorelease_pool to do it properly :-(
[view removeFromSuperview];
[superview addSubview:view];
@@ -127,7 +124,6 @@ TEST_F(ToolbarControllerTest, NoLocationBar) {
// Simulate a popup going fullscreen and back by performing the reparenting
// that happens during fullscreen transitions
NSView* superview = [view superview];
- // TODO(jrg): See TODO above.
[view removeFromSuperview];
[superview addSubview:view];
}