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

Unified Diff: base/message_loop/message_pump_mac.h

Issue 20803005: [Mac] Execute as many MessageLoop tasks as possible. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Hacks for Quit() Created 6 years, 6 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 | « no previous file | base/message_loop/message_pump_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/message_loop/message_pump_mac.h
diff --git a/base/message_loop/message_pump_mac.h b/base/message_loop/message_pump_mac.h
index 6e63d2b551632b82d392e3c584955dabb376f6ef..95ed1450751f60a932865b5170d44a5a78afb310 100644
--- a/base/message_loop/message_pump_mac.h
+++ b/base/message_loop/message_pump_mac.h
@@ -117,6 +117,8 @@ class MessagePumpCFRunLoopBase : public MessagePump {
void EnableInstrumentation();
WeakPtr<MessagePumpInstrumentation> instrumentation_;
+ bool quit_was_called_;
+
private:
// Timer callback scheduled by ScheduleDelayedWork. This does not do any
// work, but it signals work_source_ so that delayed work can be performed
« no previous file with comments | « no previous file | base/message_loop/message_pump_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698