New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 681045 link

Starred by 0 users

Issue metadata

Status: WontFix
Owner:
Closed: Mar 2018
Cc:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 1
Type: Bug



Sign in to add a comment

App list init should not tie to browser launching

Project Member Reported by xiy...@chromium.org, Jan 13 2017

Issue description

Currently app list init code is tied with browser launching:
  AppListServiceAsh::Init
  AppListService::InitAll
  AppListService::HandleLaunchCommandLine
  StartupBrowserCreatorImpl::Launch

This leads to strange bugs such as issue 679259 where new user that skips browser launching ends up losing app list (because init code is not called).

We should move app list init code out of browser launching code path.
 
Status: WontFix (was: Assigned)
Obsolete soon after app list migration (issue 733662).

Sign in to add a comment