New issue
Advanced search Search tips

Issue 610875 link

Starred by 0 users

Issue metadata

Status: WontFix
Owner: ----
Closed: May 2016
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

App List: Switch over to async GetTargetVisibility()

Project Member Reported by mfomitchev@chromium.org, May 10 2016

Issue description

AppListPresenterMus::GetTargetVisibility() is currently not implemented (and always returns false). The challenge is that this method is used synchronously in Ash, but it needs to be async in the Mash world.

We need to go through the callsites and either teach them to use a callback, or perhaps switch over to using app list visibility observer instead of calling GetTargetVisibility() directly.
 
Status: WontFix

Sign in to add a comment