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

Unified Diff: base/message_pump_mac.mm

Issue 15709015: Make sure that the UI window created by base::MessagePumpForUI is destoyed on the same thread (Wind… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feedback. Created 7 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
Index: base/message_pump_mac.mm
diff --git a/base/message_pump_mac.mm b/base/message_pump_mac.mm
index 4a07cd47df708188f656e31fc814f51443845aca..cf30eab18f48643927de8cef4df3ed254112ce14 100644
--- a/base/message_pump_mac.mm
+++ b/base/message_pump_mac.mm
@@ -207,6 +207,9 @@ void MessagePumpCFRunLoopBase::ScheduleDelayedWork(
CFRunLoopTimerSetNextFireDate(delayed_work_timer_, delayed_work_fire_time_);
}
+void MessagePumpCFRunLoopBase::Stop() {
+}
+
// Called from the run loop.
// static
void MessagePumpCFRunLoopBase::RunDelayedWorkTimer(CFRunLoopTimerRef timer,

Powered by Google App Engine
This is Rietveld 408576698