summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/tabs/tab_strip_model.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/tabs/tab_strip_model.cc b/chrome/browser/tabs/tab_strip_model.cc
index 8f95eb2..318fb64 100644
--- a/chrome/browser/tabs/tab_strip_model.cc
+++ b/chrome/browser/tabs/tab_strip_model.cc
@@ -342,12 +342,8 @@ void TabStripModel::AddTabContents(TabContents* contents,
contents, transition, foreground);
} else {
// For all other types, respect what was passed to us, normalizing -1s.
-#if defined(LINUX2)
- index = 0;
-#else
if (index < 0)
index = count();
-#endif
}
// Tabs opened from links inherit the "group" attribute of the Tab from which