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

Unified Diff: trunk/src/base/message_loop/message_pump_ozone.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_mac.mm ('k') | trunk/src/base/test/test_support_android.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_ozone.h
===================================================================
--- trunk/src/base/message_loop/message_pump_ozone.h (revision 212951)
+++ trunk/src/base/message_loop/message_pump_ozone.h (working copy)
@@ -20,7 +20,6 @@
public MessagePumpDispatcher {
public:
MessagePumpOzone();
- virtual ~MessagePumpOzone();
// Returns the UI message pump.
static MessagePumpOzone* Current();
@@ -40,6 +39,7 @@
virtual bool Dispatch(const NativeEvent& event) OVERRIDE;
private:
+ virtual ~MessagePumpOzone();
std::vector<MessagePumpDispatcher*> dispatcher_;
DISALLOW_COPY_AND_ASSIGN(MessagePumpOzone);
« no previous file with comments | « trunk/src/base/message_loop/message_pump_mac.mm ('k') | trunk/src/base/test/test_support_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698