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 a9fba9d19d8cc7363ac32b5760ead659595b2686..b8b8eb3ae0fc7f22551b059ad821338128750ad7 100644 |
--- a/chrome/browser/gtk/tabs/dragged_tab_controller_gtk.h |
+++ b/chrome/browser/gtk/tabs/dragged_tab_controller_gtk.h |
@@ -82,6 +82,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); |