From e1109c6bb01438970e99d221cab79982ad273440 Mon Sep 17 00:00:00 2001 From: "beng@google.com" Date: Tue, 5 Aug 2008 17:02:31 +0000 Subject: 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 --- chrome/browser/tabs/tab_strip.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chrome/browser/tabs/tab_strip.cc') 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()); -- cgit v1.1