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