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

Unified Diff: base/message_pump_default.cc

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: rebased 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_default.cc
diff --git a/base/message_pump_default.cc b/base/message_pump_default.cc
index 649e2aac1392a228d430910c975cf6956e6335ac..a0b5b6fc9e428b6b39d01d528d96786408390d9d 100644
--- a/base/message_pump_default.cc
+++ b/base/message_pump_default.cc
@@ -82,4 +82,7 @@ void MessagePumpDefault::ScheduleDelayedWork(
delayed_work_time_ = delayed_work_time;
}
+void MessagePumpDefault::Shutdown() {
+}
+
} // namespace base
« base/message_pump.h ('K') | « base/message_pump_default.h ('k') | base/message_pump_glib.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698