summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/tab_controller.h
diff options
context:
space:
mode:
authorpinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-22 21:23:37 +0000
committerpinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-22 21:23:37 +0000
commit39c74921db1ccd9610216f970860ad401ce303cf (patch)
tree36a78ad9269dbcafed9827457512aca67e004617 /chrome/browser/cocoa/tab_controller.h
parent5606708cc8d4d9160803563696f999c23089dcb6 (diff)
downloadchromium_src-39c74921db1ccd9610216f970860ad401ce303cf.zip
chromium_src-39c74921db1ccd9610216f970860ad401ce303cf.tar.gz
chromium_src-39c74921db1ccd9610216f970860ad401ce303cf.tar.bz2
Remove more TODOs that are un-necessary
BUG=none TEST=none Review URL: http://codereview.chromium.org/652047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39633 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/tab_controller.h')
-rw-r--r--chrome/browser/cocoa/tab_controller.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/cocoa/tab_controller.h b/chrome/browser/cocoa/tab_controller.h
index 75f51267..06d58c8 100644
--- a/chrome/browser/cocoa/tab_controller.h
+++ b/chrome/browser/cocoa/tab_controller.h
@@ -10,10 +10,6 @@
#include "chrome/browser/tab_menu_model.h"
// The loading/waiting state of the tab.
-// TODO(pinkerton): this really doesn't belong here, but something needs to
-// know the state and another parallel array in TabStripController doesn't seem
-// like the right place either. In a perfect world, this class shouldn't know
-// anything about states that are specific to a browser.
enum TabLoadingState {
kTabDone,
kTabLoading,