| Index: chrome/common/native_web_keyboard_event.h | 
| =================================================================== | 
| --- chrome/common/native_web_keyboard_event.h	(revision 19224) | 
| +++ chrome/common/native_web_keyboard_event.h	(working copy) | 
| @@ -31,6 +31,7 @@ | 
| 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); | 
|  |