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
|
||
►
Sign in to add a comment |
||
Comment 1 by mfomitchev@chromium.org
, May 10 2016