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

Unified Diff: ash/accelerators/accelerator_dispatcher_linux.cc

Issue 274383002: events: Remove ability to terminate a nested message-loop from the event-source. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge Created 6 years, 7 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 | ui/events/platform/platform_event_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/accelerator_dispatcher_linux.cc
diff --git a/ash/accelerators/accelerator_dispatcher_linux.cc b/ash/accelerators/accelerator_dispatcher_linux.cc
index 130b6034c41856d4ebf2aaa8a78728377cfde0a4..b5494dd2e129f32fa18db2c035b2f145aad8c6ff 100644
--- a/ash/accelerators/accelerator_dispatcher_linux.cc
+++ b/ash/accelerators/accelerator_dispatcher_linux.cc
@@ -69,7 +69,7 @@ class AcceleratorDispatcherLinux : public AcceleratorDispatcher,
#else
NOTIMPLEMENTED();
#endif
- return ui::POST_DISPATCH_QUIT_LOOP;
+ return ui::POST_DISPATCH_NONE;
sadrul 2014/05/14 17:46:33 MenuClosedForPossibleAccelerator() (line 66) calls
}
if (AcceleratorProcessedForKeyEvent(key_event))
« no previous file with comments | « no previous file | ui/events/platform/platform_event_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698