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

Unified Diff: ui/events/base_event_utils.h

Issue 1325333002: Ignore inserting character with Search as a modifier on ChromeOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: kpschoedel's comments Created 5 years, 3 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 | « content/browser/renderer_host/native_web_keyboard_event_aura.cc ('k') | ui/events/base_event_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/base_event_utils.h
diff --git a/ui/events/base_event_utils.h b/ui/events/base_event_utils.h
index beef1f590ad758de0910c2861cdd01ef831a1a5d..c353c61f23ad63f75cbac1cab44ae62ae01f8923 100644
--- a/ui/events/base_event_utils.h
+++ b/ui/events/base_event_utils.h
@@ -14,6 +14,9 @@ namespace ui {
// Generate an unique identifier for events.
EVENTS_BASE_EXPORT uint32 GetNextTouchEventId();
+// Checks if |flags| contains system key modifiers.
+EVENTS_BASE_EXPORT bool IsSystemKeyModifier(int flags);
+
} // namespace ui
#endif // UI_EVENTS_BASE_EVENT_UTILS_H_
« no previous file with comments | « content/browser/renderer_host/native_web_keyboard_event_aura.cc ('k') | ui/events/base_event_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698