kiosk: Fix StartupAppLauncher::LaunchApp crash.
Speculative fix. This crash happens if we have pending OnReadyToLaunch job after CleanUp is being called. The only possible cause seems to be user manually cancels the launch while the OnReadyToLaunch job is pending. Use timer for the job and cancels it in CleanUp to fix the crash. BUG=331105 Review URL: https://codereview.chromium.org/127183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243726 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment