Index: base/message_loop/message_pump_x11.h |
diff --git a/base/message_loop/message_pump_x11.h b/base/message_loop/message_pump_x11.h |
index 9a61a22559899a7d1fed1e069b6f8ba16b9f2e97..ee20672e1eb3c646c25e6bcc4079b74e4da058fd 100644 |
--- a/base/message_loop/message_pump_x11.h |
+++ b/base/message_loop/message_pump_x11.h |
@@ -49,10 +49,8 @@ class BASE_EXPORT MessagePumpX11 : public MessagePumpGlib { |
// receiving a notification callback. |
void RemoveObserver(MessagePumpObserver* observer); |
- // Sends the event to the observers. If an observer returns true, then it does |
- // not send the event to any other observers and returns true. Returns false |
- // if no observer returns true. |
- bool WillProcessXEvent(XEvent* xevent); |
+ // Sends the event to the observers. |
+ void WillProcessXEvent(XEvent* xevent); |
void DidProcessXEvent(XEvent* xevent); |
private: |