summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-03 20:08:31 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-03 20:08:31 +0000
commitf2d57574cc8e6392557600f862571806e0b02c26 (patch)
tree3bd0fe4a2fc5627ef3022d34e5fae9b84bffe5be /chrome/browser/tab_contents
parent69b4233a19b15af6f2a102967afea1cde4425dee (diff)
downloadchromium_src-f2d57574cc8e6392557600f862571806e0b02c26.zip
chromium_src-f2d57574cc8e6392557600f862571806e0b02c26.tar.gz
chromium_src-f2d57574cc8e6392557600f862571806e0b02c26.tar.bz2
Remove ancient comments that aren't valid any more. The details have been filled in.
BUG=none TEST=none Review URL: http://codereview.chromium.org/664006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40533 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents')
-rw-r--r--chrome/browser/tab_contents/tab_contents_view_mac.mm3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/tab_contents/tab_contents_view_mac.mm b/chrome/browser/tab_contents/tab_contents_view_mac.mm
index 8aa3e66..27e0df5 100644
--- a/chrome/browser/tab_contents/tab_contents_view_mac.mm
+++ b/chrome/browser/tab_contents/tab_contents_view_mac.mm
@@ -453,7 +453,4 @@ void TabContentsViewMac::Observe(NotificationType type,
tabContentsView_->CloseTab();
}
-// Tons of stuff goes here, where we grab events going on in Cocoaland and send
-// them into the C++ system. TODO(avi): all that jazz
-
@end