Commit fb1d720b authored by xiyuan@chromium.org's avatar xiyuan@chromium.org

kiosk: Fix unable to type in input fields.

BUG=chrome-os-partner:28303

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266299 0039d316-1c4b-4281-b951-d872f2087c98
parent e434387a
......@@ -240,6 +240,9 @@ void AppLaunchController::OnProfileLoaded(Profile* profile) {
DVLOG(1) << "Profile loaded... Starting app launch.";
profile_ = profile;
// This is needed to trigger input method extensions being loaded.
profile_->InitChromeOSPreferences();
kiosk_profile_loader_.reset();
startup_app_launcher_.reset(
new StartupAppLauncher(profile_, app_id_, diagnostic_mode_, this));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment