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

Unified Diff: ash/accelerators/accelerator_dispatcher.h

Issue 9538015: Allows ash accelerators in wrench menu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changes as requested Created 8 years, 10 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: ash/accelerators/accelerator_dispatcher.h
diff --git a/ash/accelerators/accelerator_dispatcher.h b/ash/accelerators/accelerator_dispatcher.h
index 209b67dcc2ad011902d237c0536b31b2a1fea17e..61c228147261b2ff37ec5fb8fd4cd2f70680df5b 100644
--- a/ash/accelerators/accelerator_dispatcher.h
+++ b/ash/accelerators/accelerator_dispatcher.h
@@ -16,6 +16,7 @@ namespace ash {
// Dispatcher for handling accelerators in ash.
// Wraps a nested dispatcher to which control is passed if no accelerator key
// has been pressed.
+// Inner dispatcher must represent widget with no editable content.
sky 2012/02/29 22:04:18 This comment makes no sense to me.
// TODO(pkotwicz): Port AcceleratorDispatcher to mac.
class ASH_EXPORT AcceleratorDispatcher : public MessageLoop::Dispatcher,
public aura::WindowObserver {
« no previous file with comments | « no previous file | ash/accelerators/accelerator_dispatcher_linux.cc » ('j') | ash/accelerators/accelerator_dispatcher_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698