| Index: chrome/browser/notifications/balloon_collection_gtk.cc
|
| diff --git a/chrome/browser/notifications/balloon_collection_gtk.cc b/chrome/browser/notifications/balloon_collection_gtk.cc
|
| index 5b8a7848b2cf8504faf9e74e2a3f08ac02adef7a..c5e499fc0739badbc1dbd28868d8ba884c6b5875 100644
|
| --- a/chrome/browser/notifications/balloon_collection_gtk.cc
|
| +++ b/chrome/browser/notifications/balloon_collection_gtk.cc
|
| @@ -47,16 +47,6 @@ void BalloonCollectionImpl::PositionBalloons(bool reposition) {
|
| PositionBalloonsInternal(reposition);
|
| }
|
|
|
| -#if defined(TOUCH_UI)
|
| -base::EventStatus BalloonCollectionImpl::WillProcessEvent(
|
| - const base::NativeEvent& event) {
|
| - return base::EVENT_CONTINUE;
|
| -}
|
| -
|
| -void BalloonCollectionImpl::DidProcessEvent(const base::NativeEvent& event) {
|
| - NOTIMPLEMENTED();
|
| -}
|
| -#else
|
| void BalloonCollectionImpl::WillProcessEvent(GdkEvent* event) {
|
| }
|
|
|
| @@ -70,7 +60,6 @@ void BalloonCollectionImpl::DidProcessEvent(GdkEvent* event) {
|
| break;
|
| }
|
| }
|
| -#endif
|
|
|
| bool BalloonCollectionImpl::IsCursorInBalloonCollection() const {
|
| GdkScreen* screen = gdk_screen_get_default();
|
|
|