| 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 ebf0975ca447b962de28d4ef53beccee19dbc069..26d6cd23c58bec5c20cfce8563867dbfd77d1c7c 100644
|
| --- a/chrome/browser/ui/views/tabs/tab_strip.h
|
| +++ b/chrome/browser/ui/views/tabs/tab_strip.h
|
| @@ -359,9 +359,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.
|
|
|