diff options
Diffstat (limited to 'chrome/browser/views/tabs/dragged_tab_controller.cc')
-rw-r--r-- | chrome/browser/views/tabs/dragged_tab_controller.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/views/tabs/dragged_tab_controller.cc b/chrome/browser/views/tabs/dragged_tab_controller.cc index 220acfd..8ba91cf 100644 --- a/chrome/browser/views/tabs/dragged_tab_controller.cc +++ b/chrome/browser/views/tabs/dragged_tab_controller.cc @@ -449,6 +449,9 @@ void DraggedTabController::DidProcessMessage(const MSG& msg) { } #else void DraggedTabController::WillProcessEvent(GdkEvent* event) { +} + +void DraggedTabController::DidProcessEvent(GdkEvent* event) { NOTIMPLEMENTED(); } #endif |