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

Unified Diff: ui/base/keycodes/keyboard_code_conversion_x.h

Issue 8824007: Revert 113224 - IME (input method editor) support for Aura, part 3 of 3: Use ui::InputMethod in u... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « ui/base/keycodes/keyboard_code_conversion.cc ('k') | ui/views/widget/native_widget_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/keycodes/keyboard_code_conversion_x.h
===================================================================
--- ui/base/keycodes/keyboard_code_conversion_x.h (revision 113258)
+++ ui/base/keycodes/keyboard_code_conversion_x.h (working copy)
@@ -17,7 +17,6 @@
UI_EXPORT KeyboardCode KeyboardCodeFromXKeysym(unsigned int keysym);
// Returns a key symbol on a standard US PC keyboard from an XEvent.
-// TODO(suzhe,yusukes): Rename this to GetCharacterFromXEvent().
UI_EXPORT unsigned int DefaultSymbolFromXEvent(XEvent* xev);
// Converts a KeyboardCode into an X KeySym.
« no previous file with comments | « ui/base/keycodes/keyboard_code_conversion.cc ('k') | ui/views/widget/native_widget_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698