summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tabs
diff options
context:
space:
mode:
authorbeng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-05 17:02:31 +0000
committerbeng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-05 17:02:31 +0000
commite1109c6bb01438970e99d221cab79982ad273440 (patch)
tree2cec6904338b9d80d2ea324ee61459aca068eef4 /chrome/browser/tabs
parent45549f3e41d3688039cc9cfca2363186afbc1f12 (diff)
downloadchromium_src-e1109c6bb01438970e99d221cab79982ad273440.zip
chromium_src-e1109c6bb01438970e99d221cab79982ad273440.tar.gz
chromium_src-e1109c6bb01438970e99d221cab79982ad273440.tar.bz2
Grab bag of random cleanups, implementation of some more methods, etc. I'm going to become more methodical about this soon, I promise.
B=1031854 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@377 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tabs')
-rw-r--r--chrome/browser/tabs/tab_strip.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/tabs/tab_strip.cc b/chrome/browser/tabs/tab_strip.cc
index 0c85bec..c498f0b 100644
--- a/chrome/browser/tabs/tab_strip.cc
+++ b/chrome/browser/tabs/tab_strip.cc
@@ -464,6 +464,9 @@ TabStrip::TabStrip(TabStripModel* model)
}
TabStrip::~TabStrip() {
+ // TODO(beng): (1031854) Restore this line once XPFrame/VistaFrame are dead.
+ //model_->RemoveObserver(this);
+
// Stop any existing Loading Animation timer.
MessageLoop::current()->timer_manager()->StopTimer(
loading_animation_timer_.get());