Index: chrome/browser/ui/views/tabs/tab_strip.h |
diff --git a/chrome/browser/ui/views/tabs/tab_strip.h b/chrome/browser/ui/views/tabs/tab_strip.h |
index 1f987b26697e35fd7163b3410cce468226ba8b5d..a8153daaa0fe2f2ff60cb88f28024ff9e83341ba 100644 |
--- a/chrome/browser/ui/views/tabs/tab_strip.h |
+++ b/chrome/browser/ui/views/tabs/tab_strip.h |
@@ -378,9 +378,6 @@ class TabStrip : public views::View, |
// and drop to calculate offsets and positioning. |
int GetSizeNeededForTabs(const Tabs& tabs); |
- // Returns the amount of overlap between adjacent tabs. |
- int GetTabOverlap() const; |
Peter Kasting
2015/09/18 20:40:46
Turns out I didn't need this after all -- the mech
|
- |
// Returns the number of pinned tabs. |
int GetPinnedTabCount() const; |