App List: Switch over to async GetTargetVisibility() |
|||||||
Issue descriptionAppListPresenterMus::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.
,
May 10 2016
,
Feb 3 2017
,
Feb 3 2017
,
Nov 16 2017
Obsolete
,
Nov 16 2017
,
Feb 26 2018
|
|||||||
►
Sign in to add a comment |
|||||||
Comment 1 by mfomitchev@chromium.org
, May 4 2016