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

Unified Diff: chrome/browser/ui/ash/event_rewriter.h

Issue 11578044: Enable Search-key modifiers for extended key shortcuts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years 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: chrome/browser/ui/ash/event_rewriter.h
diff --git a/chrome/browser/ui/ash/event_rewriter.h b/chrome/browser/ui/ash/event_rewriter.h
index 6223afb5da6515e85302fa975582939780beb5e5..5c8b3d8d6e07e07c406060ac1be90696e2f7c5a0 100644
--- a/chrome/browser/ui/ash/event_rewriter.h
+++ b/chrome/browser/ui/ash/event_rewriter.h
@@ -105,6 +105,8 @@ class EventRewriter : public ash::EventRewriterDelegate,
unsigned int input_native_mods;
KeySym output_keysym;
ui::KeyboardCode output_keycode;
+ unsigned int output_mods;
+ unsigned int output_native_mods;
};
// Given a set of KeyboardRemapping structs, it finds a matching struct

Powered by Google App Engine
This is Rietveld 408576698