Fix VK crash on Athena login.
commitda8a0ab19336a7de0ae96bdc6907c79c96409cb9
authorkevers <kevers@chromium.org>
Fri, 3 Oct 2014 13:48:35 +0000 (3 06:48 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 3 Oct 2014 13:48:47 +0000 (3 13:48 +0000)
treed219938266c2a97967719f07125515b9c504eeb9
parentf6db8dde0be0ab299375c10091ee61635c9ae9dc
Fix VK crash on Athena login.

A focus cycle during login triggers an IME change, which in turn was overriding the selected virtual keyboard.  Currently, only the system VK is supported.  This patch suppresses the override until IME is sufficiently supported on Athena.

BUG=414940, 418078

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

Cr-Commit-Position: refs/heads/master@{#298029}
chrome/browser/chromeos/input_method/input_method_engine.cc