Chromium Code Reviews
DescriptionIn previous implementation, if the server does the more than
one server redirects, we only record the original request url
and the final url (after all server-redirects). Per Bineval
team's request, this CL adds all the server redirect urls
(including intermediate ones) to download pings. This is
because these intermediate server redirects might be used
as signal to identify certain malware/UwS campaigns.
Add two histograms to count # of NavigationEvents and
# of ResolvedIPAddress every 2 minutes. These help us estimate
the memory usage.
Also, fix a bug that causes duplicating IP addresses.
BUG=680238
Review-Url: https://codereview.chromium.org/2644133005
Cr-Commit-Position: refs/heads/master@{#447382}
Committed: https://chromium.googlesource.com/chromium/src/+/de82ac84d9c24e3910cfc4c20d81d94bfca48943
Patch Set 1 #Patch Set 2 : nit #
Total comments: 8
Patch Set 3 : address nparker's comments #Patch Set 4 : proto change and adding two histograms #
Total comments: 20
Patch Set 5 : git cl format #Patch Set 6 : rebase update #Messages
Total messages: 36 (25 generated)
|