BookmarkAppHelper::callback_ should distinguish between extension install failures and user-cancellations. |
|
Issue descriptionAt the moment, BookmarkAppHelper::callback_ is called with a null Extension* to signal both: (a) extension installation failed (b) user clicked "cancel" in the app install dialog. We should distinguish between these to cases so that the AppBannerManager can take appropriate action. |
|
►
Sign in to add a comment |
|