Index: chrome/browser/gtk/tabs/dragged_tab_controller_gtk.h |
diff --git a/chrome/browser/gtk/tabs/dragged_tab_controller_gtk.h b/chrome/browser/gtk/tabs/dragged_tab_controller_gtk.h |
index 66bbbba0d1b1f7ee72651d13f0e39077428b21b6..96ffff5e3d0052dc45955e158a3164d1a8337038 100644 |
--- a/chrome/browser/gtk/tabs/dragged_tab_controller_gtk.h |
+++ b/chrome/browser/gtk/tabs/dragged_tab_controller_gtk.h |
@@ -81,6 +81,7 @@ class DraggedTabControllerGtk : public NotificationObserver, |
const gfx::Rect& initial_pos, |
bool user_gesture); |
virtual void ActivateContents(TabContents* contents); |
+ virtual void DeactivateContents(TabContents* contents); |
virtual void LoadingStateChanged(TabContents* source); |
virtual void CloseContents(TabContents* source); |
virtual void MoveContents(TabContents* source, const gfx::Rect& pos); |