Allow accelerators to work on Windows Ash mode
We had 3 issues
1- NativeKeyboardEvent had skip_in_browser = true hardcoded so
when the event comes back from the renderer we ignore it
2- NativeKeyboardEvent was constructed in a way that ctrl-f would have
the wrong keycode
3- The unhandled keyboard event handler assumed that the ui event had
an inner native MSG which is not the case for ash so we would crash
on say F10.
BUG=173572
TEST=see bug
Review URL: https://codereview.chromium.org/12082112
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180210 0039d316-1c4b-4281-b951-d872f2087c98
3 files changed