Commit f9a6f317 authored by Colin Blundell's avatar Colin Blundell Committed by Commit Bot

[SubresourceFilter] Fix comment in throttle manager header

The comment refers to a "Delegate" class that is actually
SubresourceFilterClient.

Bug: 1116095
Change-Id: I1fc0d00149bd640b19f7f42c98e7990cecad171f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435111Reviewed-by: default avatarCharlie Harrison <csharrison@chromium.org>
Commit-Queue: Colin Blundell <blundell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#811710}
parent 63fed693
......@@ -42,10 +42,11 @@ class SubresourceFilterClient;
// within a given WebContents. It contains a mapping of all activated
// RenderFrameHosts, along with their associated DocumentSubresourceFilters.
//
// The class is designed to be used by a Delegate, which shares lifetime with
// this class (aka the typical lifetime of a WebContentsObserver). The delegate
// will be notified of the first disallowed subresource load for a top level
// navgation, and has veto power for frame activation.
// The class is designed to be used by a SubresourceFilterClient instance that
// shares lifetime with this class (aka the typical lifetime of a
// WebContentsObserver). The client will be notified of the first disallowed
// subresource load for a top level navgation, and has veto power for frame
// activation.
class ContentSubresourceFilterThrottleManager
: public content::WebContentsObserver,
public mojom::SubresourceFilterHost,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment