Index: base/message_pump_glib.h |
diff --git a/base/message_pump_glib.h b/base/message_pump_glib.h |
index 31d37c023fdc15076e3253f975681f5de9ee7f2a..d8cbbdaa689ff918034aacf24c4e709374f0fac9 100644 |
--- a/base/message_pump_glib.h |
+++ b/base/message_pump_glib.h |
@@ -88,6 +88,10 @@ class MessagePumpForUI : public MessagePump { |
// some task before/after calling the default handler (EventDispatcher). |
virtual void DispatchEvents(GdkEvent* event); |
+ protected: |
+ // Returns the dispatcher for the current run state (|state_->dispatcher|). |
+ Dispatcher* GetDispatcher(); |
+ |
private: |
// We may make recursive calls to Run, so we save state that needs to be |
// separate between them in this structure type. |