| Index: chrome/browser/views/tabs/dragged_tab_controller.cc
|
| diff --git a/chrome/browser/views/tabs/dragged_tab_controller.cc b/chrome/browser/views/tabs/dragged_tab_controller.cc
|
| index 8ee4259b2e29f061cbf3b854b71d27de2f819364..b0dc9e300b54854d86784d5a8a14c0c99f483289 100644
|
| --- a/chrome/browser/views/tabs/dragged_tab_controller.cc
|
| +++ b/chrome/browser/views/tabs/dragged_tab_controller.cc
|
| @@ -429,6 +429,10 @@ void DraggedTabController::ActivateContents(TabContents* contents) {
|
| // Ignored.
|
| }
|
|
|
| +void DraggedTabController::DeactivateContents(TabContents* contents) {
|
| + // Ignored.
|
| +}
|
| +
|
| void DraggedTabController::LoadingStateChanged(TabContents* source) {
|
| // It would be nice to respond to this message by changing the
|
| // screen shot in the dragged tab.
|
|
|