This CL fixes order of Input Methods initialization on ChromeOS lock streen.
commit61e628233d304807ab8f8e1d13a4118f92ac7fa9
authoralemate <alemate@chromium.org>
Fri, 10 Oct 2014 18:20:59 +0000 (10 11:20 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 10 Oct 2014 18:21:46 +0000 (10 18:21 +0000)
tree72e7e29b88344d6de0b3a63b5c41bedb240a20ad
parent50c6251d4e5f5125c199da6b4dc11f3f0b246b50
This CL fixes order of Input Methods initialization on ChromeOS lock streen.

On lock screen focusPOD evend happened before user input mathods were saved,
thus changing user input method to login. This CL fixes initialization order.

BUG=418878

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

Cr-Commit-Position: refs/heads/master@{#299141}
chrome/browser/chromeos/login/lock/screen_locker.cc