Chromium Code Reviews| Index: chrome/browser/chromeos/login/app_launch_controller.cc |
| diff --git a/chrome/browser/chromeos/login/app_launch_controller.cc b/chrome/browser/chromeos/login/app_launch_controller.cc |
| index e7d01965ff146b30e36c27d3ed4e85782b6561df..ad021b3e5137a3e6dc048b5495bcd178fd5dd58a 100644 |
| --- a/chrome/browser/chromeos/login/app_launch_controller.cc |
| +++ b/chrome/browser/chromeos/login/app_launch_controller.cc |
| @@ -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(); |
|
Nikita (slow)
2014/04/28 13:04:17
Should this use similar approach as in https://cod
xiyuan
2014/04/28 16:38:32
OAuth2LoginManager code is not executed for kiosk.
|
| + |
| kiosk_profile_loader_.reset(); |
| startup_app_launcher_.reset( |
| new StartupAppLauncher(profile_, app_id_, diagnostic_mode_, this)); |