| Index: chrome/browser/views/tabs/dragged_tab_controller.h
|
| diff --git a/chrome/browser/views/tabs/dragged_tab_controller.h b/chrome/browser/views/tabs/dragged_tab_controller.h
|
| index 4c2c66d90f6e635dcba4b50776f4fc7df3ba906b..5c9c6190fd6af69dc1c7e06b71e909a615f57250 100644
|
| --- a/chrome/browser/views/tabs/dragged_tab_controller.h
|
| +++ b/chrome/browser/views/tabs/dragged_tab_controller.h
|
| @@ -104,6 +104,7 @@ class DraggedTabController : public TabContentsDelegate,
|
| 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);
|
|
|