| 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 f682871031a8409fbb372f121a78dff457a3c673..4298c665e9cb931cccdb2b2a0a43387e72e2c609 100644
|
| --- a/chrome/browser/ui/views/tabs/tab_strip.h
|
| +++ b/chrome/browser/ui/views/tabs/tab_strip.h
|
| @@ -343,9 +343,6 @@ class TabStrip : public views::View,
|
| // the active tab follows the mouse and the other tabs stack around it.
|
| void StackDraggedTabs(int delta);
|
|
|
| - // Returns true if dragging has resulted in temporarily stacking the tabs.
|
| - bool IsStackingDraggedTabs() const;
|
| -
|
| // Invoked during drag to layout the tabs being dragged in |tabs| at
|
| // |location|. If |initial_drag| is true, this is the initial layout after the
|
| // user moved the mouse far enough to trigger a drag.
|
|
|