Chromium Code Reviews
DescriptionSupport optional performance measuring in SubresourceFilter.
The purpose of this CL is to provide a mechanism for enabling or
disabling SubresourceFilter's performance measuring on a per-page basis,
i.e. consistently for all DocumentSubresourceFilter instances of a page.
A decision on whether to measure performance (currently always true)
originates in ContentSubresourceFilterDriverFactory. It is distributed
to SubresourceFilterAgents first in the ActivateForProvisionalLoad
message, and eventually reaches individual DocumentSubresourceFilter
instances corresponding to each subframe document.
BUG=672519
Committed: https://crrev.com/88e76494111e68722f089ad41da81fe258ae09ab
Cr-Commit-Position: refs/heads/master@{#437837}
Patch Set 1 #
Total comments: 10
Patch Set 2 : Address comments of engedy@ #Patch Set 3 : Fix build. #
Total comments: 2
Patch Set 4 : Link TODO to a bug. #Messages
Total messages: 35 (21 generated)
|