Index: ui/events/keycodes/keyboard_code_conversion_mac.h |
diff --git a/ui/events/keycodes/keyboard_code_conversion_mac.h b/ui/events/keycodes/keyboard_code_conversion_mac.h |
index 982f0498abff89eb10f077b6c988133bcc86da7c..2874a018e961608aff23ac5bf5019c415701748e 100644 |
--- a/ui/events/keycodes/keyboard_code_conversion_mac.h |
+++ b/ui/events/keycodes/keyboard_code_conversion_mac.h |
@@ -38,6 +38,7 @@ EVENTS_BASE_EXPORT int MacKeyCodeForWindowsKeyCode( |
// Converts |event| into a |KeyboardCode|. The mapping is not direct as the Mac |
// has a different notion of key codes. |
EVENTS_BASE_EXPORT KeyboardCode KeyboardCodeFromNSEvent(NSEvent* event); |
+EVENTS_BASE_EXPORT KeyboardCode KeyboardCodeFromCharCode(unichar charCode); |
EVENTS_BASE_EXPORT DomCode CodeFromNSEvent(NSEvent* event); |