| Index: ui/base/events/event.h
|
| diff --git a/ui/base/events/event.h b/ui/base/events/event.h
|
| index 74851d52d4cfb3c9b45c30c2e9c1313462fd1708..8241ad4b8ac9062aab5fd17bcf8a5d9afc70882c 100644
|
| --- a/ui/base/events/event.h
|
| +++ b/ui/base/events/event.h
|
| @@ -515,7 +515,7 @@ class UI_EXPORT KeyEvent : public Event {
|
| public:
|
| KeyEvent(const base::NativeEvent& native_event, bool is_char);
|
|
|
| - // Used for synthetic events in testing.
|
| + // Used for synthetic events.
|
| KeyEvent(EventType type, KeyboardCode key_code, int flags, bool is_char);
|
|
|
| // These setters allow an I18N virtual keyboard to fabricate a keyboard event
|
|
|