summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/browser.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/browser.cc b/chrome/browser/browser.cc
index 3c7b77c..d8d8faa 100644
--- a/chrome/browser/browser.cc
+++ b/chrome/browser/browser.cc
@@ -205,11 +205,7 @@ Browser::Browser(Type type, Profile* profile)
Browser::~Browser() {
// The tab strip should be empty at this point.
-#if !defined(OS_LINUX)
- // TODO(erg): Temporarily disabling this DCHECK while we build the linux
- // views system. We don't have a tabstrip model up yet.
DCHECK(tabstrip_model_.empty());
-#endif
tabstrip_model_.RemoveObserver(this);
BrowserList::RemoveBrowser(this);