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

Unified Diff: ui/aura/monitor_change_observer_x11.h

Issue 10143001: Work in progress: Adds MessagePumpDispatcher::ShouldExit(). This is used to handle the (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | « ui/aura/dispatcher_linux.cc ('k') | ui/aura/monitor_change_observer_x11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/monitor_change_observer_x11.h
diff --git a/ui/aura/monitor_change_observer_x11.h b/ui/aura/monitor_change_observer_x11.h
index 45ff332530654e372811055cfca3cb85882c3a90..8481b4a19a58a4443cfb38045ad9b04bc60cb90e 100644
--- a/ui/aura/monitor_change_observer_x11.h
+++ b/ui/aura/monitor_change_observer_x11.h
@@ -26,6 +26,7 @@ class MonitorChangeObserverX11 : public MessageLoop::Dispatcher {
// Overridden from Dispatcher overrides:
virtual bool Dispatch(const base::NativeEvent& xev) OVERRIDE;
+ virtual bool ShouldExit() OVERRIDE;
// Reads monitor configurations from the system and notifies
// |monitor_manager_| about the change.
« no previous file with comments | « ui/aura/dispatcher_linux.cc ('k') | ui/aura/monitor_change_observer_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698