[Kiosk] Add nullptr check in ArcKioskAppService for the OnAppPrepared() call
There are cases when |delegate_| is set to nullptr, but we are still on the codepath where it is executed. For example, restart of the application during the session. In such cases, we should not call already non-existing delegate. Bug: 1168248 Change-Id: I44bec441d16115f95e9e92452c3beede37fb11a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640406Reviewed-by:Anqing Zhao <anqing@chromium.org> Commit-Queue: Anatoliy Potapchuk <apotapchuk@chromium.org> Cr-Commit-Position: refs/heads/master@{#845584}
Showing
Please register or sign in to comment