Index: chrome/browser/gtk/tabs/dragged_tab_controller_gtk.cc |
diff --git a/chrome/browser/gtk/tabs/dragged_tab_controller_gtk.cc b/chrome/browser/gtk/tabs/dragged_tab_controller_gtk.cc |
index 64c314d5827b6225e685ba943f240d03f7e39779..551aeb8c9fdafed208c4fdc56d2573a61678fc40 100644 |
--- a/chrome/browser/gtk/tabs/dragged_tab_controller_gtk.cc |
+++ b/chrome/browser/gtk/tabs/dragged_tab_controller_gtk.cc |
@@ -146,6 +146,10 @@ void DraggedTabControllerGtk::ActivateContents(TabContents* contents) { |
// Ignored. |
} |
+void DraggedTabControllerGtk::DeactivateContents(TabContents* contents) { |
+ // Ignored. |
+} |
+ |
void DraggedTabControllerGtk::LoadingStateChanged(TabContents* source) { |
// TODO(jhawkins): It would be nice to respond to this message by changing the |
// screen shot in the dragged tab. |