| Index: chrome/browser/ui/gtk/tabs/tab_strip_gtk.h
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/tabs/tab_strip_gtk.h (revision 96939)
|
| +++ chrome/browser/ui/gtk/tabs/tab_strip_gtk.h (working copy)
|
| @@ -110,10 +110,6 @@
|
| virtual void TabMoved(TabContentsWrapper* contents,
|
| int from_index,
|
| int to_index);
|
| - virtual void ActiveTabChanged(TabContentsWrapper* old_contents,
|
| - TabContentsWrapper* new_contents,
|
| - int index,
|
| - bool user_gesture);
|
| virtual void TabSelectionChanged(const TabStripSelectionModel& old_model);
|
| virtual void TabChangedAt(TabContentsWrapper* contents, int index,
|
| TabChangeType change_type);
|
| @@ -232,11 +228,6 @@
|
| DISALLOW_COPY_AND_ASSIGN(DropInfo);
|
| };
|
|
|
| - // Map signal handler that sets initial z-ordering. The widgets need to be
|
| - // realized before we can set the stacking. We use the "map" signal since the
|
| - // "realize" signal is called before the child widgets get realized.
|
| - CHROMEGTK_CALLBACK_0(TabStripGtk, void, OnMap);
|
| -
|
| // expose-event handler that redraws the tabstrip
|
| CHROMEGTK_CALLBACK_1(TabStripGtk, gboolean, OnExpose, GdkEventExpose*);
|
|
|
| @@ -330,9 +321,6 @@
|
| // which is defined as the region above the TabStrip and a bit below it.
|
| bool IsCursorInTabStripZone() const;
|
|
|
| - // Reset the Z-ordering of tabs.
|
| - void ReStack();
|
| -
|
| // Ensure that the message loop observer used for event spying is added and
|
| // removed appropriately so we can tell when to resize layout the tab strip.
|
| void AddMessageLoopObserver();
|
|
|