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

Unified Diff: base/message_pump_android.h

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_android.h
diff --git a/base/message_pump_android.h b/base/message_pump_android.h
index 5ef4bd6920380a9f8daeea197807a27f19dc1c08..e98873355a0224aa5c024c05aef3ab521f7a960d 100644
--- a/base/message_pump_android.h
+++ b/base/message_pump_android.h
@@ -26,6 +26,7 @@ class BASE_EXPORT MessagePumpForUI : public MessagePump {
virtual void Quit() OVERRIDE;
virtual void ScheduleWork() OVERRIDE;
virtual void ScheduleDelayedWork(const TimeTicks& delayed_work_time) OVERRIDE;
+ virtual void Shutdown() OVERRIDE;
virtual void Start(Delegate* delegate);
« base/message_pump.h ('K') | « base/message_pump.h ('k') | base/message_pump_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698