Index: ui/events/ozone/layout/layout_util.h |
diff --git a/ui/events/ozone/layout/layout_util.h b/ui/events/ozone/layout/layout_util.h |
index 3523fc8dde9e7140b82c44967aa7b33a8b037e14..7eb8f77977ae6c6aad8eb62f8e087158f86cf672 100644 |
--- a/ui/events/ozone/layout/layout_util.h |
+++ b/ui/events/ozone/layout/layout_util.h |
@@ -30,14 +30,6 @@ EVENTS_OZONE_LAYOUT_EXPORT KeyboardCode DomCodeToKeyboardCode(DomCode dom_code); |
EVENTS_OZONE_LAYOUT_EXPORT KeyboardCode |
DomCodeToNonLocatedKeyboardCode(DomCode dom_code); |
-// Determine the non-located VKEY corresponding to a located VKEY. |
-EVENTS_OZONE_LAYOUT_EXPORT KeyboardCode |
-NonLocatedKeyboardCode(KeyboardCode key_code); |
- |
-// Determine the located VKEY corresponding to a non-located VKEY. |
-EVENTS_OZONE_LAYOUT_EXPORT KeyboardCode |
-LocatedKeyboardCode(KeyboardCode key_code, DomCode dom_code); |
- |
// Returns true control character corresponding to a physical key. |
// In some contexts this is used instead of the key layout. |
EVENTS_OZONE_LAYOUT_EXPORT bool LookupControlCharacter(DomCode dom_code, |