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

Unified Diff: ash/accelerators/accelerator_table.h

Issue 10155015: Process all global shortcuts for Ash after InputMethodEventFilter (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review 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
Index: ash/accelerators/accelerator_table.h
diff --git a/ash/accelerators/accelerator_table.h b/ash/accelerators/accelerator_table.h
index b59eac96ff32125050f30eac7c182baa622925f5..e9a2cdac7a5528ce75399b605331a9e54cc7bdc9 100644
--- a/ash/accelerators/accelerator_table.h
+++ b/ash/accelerators/accelerator_table.h
@@ -62,7 +62,7 @@ enum AcceleratorAction {
};
struct AcceleratorData {
- ui::EventType type;
+ bool trigger_on_press;
ui::KeyboardCode keycode;
bool shift;
bool ctrl;

Powered by Google App Engine
This is Rietveld 408576698