diff options
author | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-23 11:13:03 +0000 |
---|---|---|
committer | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-23 11:13:03 +0000 |
commit | becc74d952f4c8bb2f8a18e058bebfac858eb593 (patch) | |
tree | 87b6213d193adf607dea8142276b021cc5b8ed90 /chrome/common/native_web_keyboard_event.h | |
parent | 031f05b654615714ce78fb1ce4bf9d21057a3d70 (diff) | |
download | chromium_src-becc74d952f4c8bb2f8a18e058bebfac858eb593.zip chromium_src-becc74d952f4c8bb2f8a18e058bebfac858eb593.tar.gz chromium_src-becc74d952f4c8bb2f8a18e058bebfac858eb593.tar.bz2 |
Revert 19009 because this prevents inserting return characters.
TBR=evan
BUG=10953 "IME support"
BUG=11226 "Dead keys and accents input not working"
BUG=13604 "Hotkeys not working in non-us keyboard layout"
TEST=none
Review URL: http://codereview.chromium.org/147010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19015 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/native_web_keyboard_event.h')
-rw-r--r-- | chrome/common/native_web_keyboard_event.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/native_web_keyboard_event.h b/chrome/common/native_web_keyboard_event.h index 4c25979..8dece32 100644 --- a/chrome/common/native_web_keyboard_event.h +++ b/chrome/common/native_web_keyboard_event.h @@ -31,7 +31,6 @@ struct NativeWebKeyboardEvent : public WebKit::WebKeyboardEvent { explicit NativeWebKeyboardEvent(NSEvent *event); #elif defined(OS_LINUX) explicit NativeWebKeyboardEvent(const GdkEventKey* event); - NativeWebKeyboardEvent(wchar_t character, double time_stamp_seconds); #endif NativeWebKeyboardEvent(const NativeWebKeyboardEvent& event); |