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

Unified Diff: trunk/src/base/message_loop/message_pump_gtk.h

Issue 19737005: Revert 212948 "Made MessagePump a non-thread safe class." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 5 months 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
« no previous file with comments | « trunk/src/base/message_loop/message_pump_glib.cc ('k') | trunk/src/base/message_loop/message_pump_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/base/message_loop/message_pump_gtk.h
===================================================================
--- trunk/src/base/message_loop/message_pump_gtk.h (revision 212951)
+++ trunk/src/base/message_loop/message_pump_gtk.h (working copy)
@@ -43,7 +43,6 @@
class BASE_EXPORT MessagePumpGtk : public MessagePumpGlib {
public:
MessagePumpGtk();
- virtual ~MessagePumpGtk();
// Dispatch an available GdkEvent. Essentially this allows a subclass to do
// some task before/after calling the default handler (EventDispatcher).
@@ -52,6 +51,9 @@
// Returns default X Display.
static Display* GetDefaultXDisplay();
+ protected:
+ virtual ~MessagePumpGtk();
+
private:
// Invoked from EventDispatcher. Notifies all observers we're about to
// process an event.
« no previous file with comments | « trunk/src/base/message_loop/message_pump_glib.cc ('k') | trunk/src/base/message_loop/message_pump_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698