Use InstanceKey in more places in AppServiceInstanceRegistryHelper
aura::Window* will not be available in Ash for web apps that run in tabs after Lacros is enabled. Any code that uses an aura::Window* to refer to an instance should instead use an InstanceKey unless it is guaranteed to only be referring to top level aura::Window*s (which will still be available in Ash with Lacros). Follow up CLs will convert some other callsites. BUG=1235206 Change-Id: Ic1ce62ba2b600b8180fc19a1f9dc1745241e207e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3066800 Reviewed-by:Nancy Wang <nancylingwang@chromium.org> Commit-Queue: Raymes Khoury <raymes@chromium.org> Cr-Commit-Position: refs/heads/master@{#908712}
Loading
Please register or sign in to comment