| Index: chrome/browser/gtk/tabs/tab_strip_gtk.h
|
| diff --git a/chrome/browser/gtk/tabs/tab_strip_gtk.h b/chrome/browser/gtk/tabs/tab_strip_gtk.h
|
| index 11390e9ba4f7eececb42a4aaea3c1f99d77e1342..7fe8c60d0ea86e01cd9dcc8e147cd718d1d774f7 100644
|
| --- a/chrome/browser/gtk/tabs/tab_strip_gtk.h
|
| +++ b/chrome/browser/gtk/tabs/tab_strip_gtk.h
|
| @@ -53,9 +53,6 @@ class TabStripGtk : public TabStripModelObserver,
|
| // Returns true if there is an active drag session.
|
| bool IsDragSessionActive() const { return drag_controller_.get() != NULL; }
|
|
|
| - // Cancels the current drag session, if any.
|
| - void CancelActiveDragSession();
|
| -
|
| // Sets the bounds of the tabs.
|
| void Layout();
|
|
|
|
|