Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: base/message_pump_glib.h

Issue 8872055: Refactor MessagePumpX to dispatch events inside of the source Dispatch function. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: base/message_pump_glib.h
diff --git a/base/message_pump_glib.h b/base/message_pump_glib.h
index 872b031df7e53833472ac6b56f6082306dafc2d8..f2b66169a58d7ca426fe096a517972faf8648a17 100644
--- a/base/message_pump_glib.h
+++ b/base/message_pump_glib.h
@@ -41,11 +41,6 @@ class MessagePumpGlib : public MessagePump {
virtual void RunWithDispatcher(Delegate* delegate,
MessagePumpDispatcher* dispatcher);
- // Run a single iteration of the mainloop. A return value of true indicates
- // that an event was handled. |block| indicates if it should wait if no event
- // is ready for processing.
- virtual bool RunOnce(GMainContext* context, bool block) = 0;
-
// Internal methods used for processing the pump callbacks. They are
// public for simplicity but should not be used directly. HandlePrepare
// is called during the prepare step of glib, and returns a timeout that
« base/message_loop.cc ('K') | « base/message_loop.cc ('k') | base/message_pump_glib.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698