Chromium Code Reviews| Index: ui/aura/event.h |
| =================================================================== |
| --- ui/aura/event.h (revision 113258) |
| +++ ui/aura/event.h (working copy) |
| @@ -144,7 +144,6 @@ |
| class AURA_EXPORT KeyEvent : public Event { |
| public: |
| - // TODO(yusukes): Remove |is_char| when IME support for Aura is submitted. |
| KeyEvent(const base::NativeEvent& native_event, bool is_char); |
| // Used for synthetic events in testing. |