diff options
author | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-02 06:15:15 +0000 |
---|---|---|
committer | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-02 06:15:15 +0000 |
commit | d73363636e585927f4e122c3ad53b0b17ad11f44 (patch) | |
tree | efc427d0fd24c5c9ed42014941c19a8b99b67d89 /chrome/browser/chromeos/input_method/xkeyboard.h | |
parent | 8273415d9f134037d13873fc3333693b54d83195 (diff) | |
download | chromium_src-d73363636e585927f4e122c3ad53b0b17ad11f44.zip chromium_src-d73363636e585927f4e122c3ad53b0b17ad11f44.tar.gz chromium_src-d73363636e585927f4e122c3ad53b0b17ad11f44.tar.bz2 |
Revert "Listen to XI_HierarchyChanged events and call setxkbmap when needed."
This reverts commit 0e193a0cd5d3e40eb5e387c3dac1bd6dc2572dab.
BUG=chromium-os:15851
TEST=None
TBR=sadrul@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87587 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/input_method/xkeyboard.h')
-rw-r--r-- | chrome/browser/chromeos/input_method/xkeyboard.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/chromeos/input_method/xkeyboard.h b/chrome/browser/chromeos/input_method/xkeyboard.h index 79c7dd5..df938c5 100644 --- a/chrome/browser/chromeos/input_method/xkeyboard.h +++ b/chrome/browser/chromeos/input_method/xkeyboard.h @@ -46,11 +46,6 @@ typedef std::vector<ModifierKeyPair> ModifierMap; // change the current mapping of the modifier keys. Returns true on success. bool SetCurrentKeyboardLayoutByName(const std::string& layout_name); -// Sets the current keyboard layout again. We have to call the function every -// time when "XI_HierarchyChanged" XInput2 event is sent to Chrome. See -// xinput_hierarchy_changed_event_listener.h for details. -bool ReapplyCurrentKeyboardLayout(); - // Remaps modifier keys. This function does not change the current keyboard // layout. Returns true on success. // Notice: For now, you can't remap Left Control and Left Alt keys to CapsLock. |