summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser.cc')
-rw-r--r--chrome/browser/browser.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/browser.cc b/chrome/browser/browser.cc
index e8301f4..a1c9aef 100644
--- a/chrome/browser/browser.cc
+++ b/chrome/browser/browser.cc
@@ -201,7 +201,11 @@ 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);