[ios] Add UpdatePasswordInfobarBannerOverlayRequestConfig
Each OverlayInteractionHandler needs its own distinct RequestConfig, because the handler's callback installer tie its callbacks to the RequestConfig. Thus, if two InteractionHandlers have the same config, then the banner action response will trigger both handler's callback methods. This creates a behavior where presenting the modal from a banner adds two modal requests into the queue. Bug: 1124587 Change-Id: I83b807017e754ea3935090cdf6e7c3a46b8ef2db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2397977 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#805563}
Showing
Please register or sign in to comment