[Subresource Filter] Remove //chrome-level checks for duplicate UI call
ChromeSubresourceFilterClient currently has logic to prevent the ads blocked UI being shown multiple times for a given navigation. However, ContentSubresourceFilterThrottleManager already guarantees that SubresourceFilterClient::ShowNotification() will be shown only once per main-frame navigation, even if multiple subresource loads are blocked. This CL removes the unneeded //chrome-level code to clarify ChromeSubresourceFilterClient in advance of componentizing most of it for sharing functionality with //weblayer. Bug: 1116095 Change-Id: I604498ee12a83d2afdc2cb2289877e211237901c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2574937Reviewed-by:Charlie Harrison <csharrison@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#835626}
Showing
Please register or sign in to comment