Delete best-effort keycode guessing.

The logic to convert single-character compositions into synthetic
physical keyboard events is fairly complex and poses a risk of bugs.
Even with that logic, we still have to mix in a lot of other composition
events, so Javascript editing code still couldn't rely on receiving 100%
keycode events.  Simplify our behavior by forwarding IME events to Blink
with as little modification as possible.

BUG=

Review URL: https://codereview.chromium.org/1403453002

Cr-Commit-Position: refs/heads/master@{#353446}
4 files changed