0
Files
src/content/ppapi_plugin
Kyra de57137aec Obtain and store per-origin salts in the VisitedLinkReader
This CL obtains the per-origin salts sent via navigation commit_params, routes them to the correct VisitedLinkState, and stores them in the correct process' VisitedLinkReader. All per-origin salts for a given process can be found in the VisitedLinkReader's <origin,salt> map. These salts are necessary for hashing and determining if a link is :visited.

Context CL: https://chromium-review.googlesource.com/c/chromium/src/+/5353594
Design Doc: https://docs.google.com/document/d/19qYPkfPNkPnmVcZ6jjl7jR8JPKY6j4rTjfoFRHll2IQ/edit?tab=t.0

Change-Id: I7fd089ea3fdf752644b0bf1b0339ca147620c7ff
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5540573
Commit-Queue: Kyra Seevers <kyraseevers@chromium.org>
Reviewed-by: Alex Moshchuk <alexmos@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1309904}
2024-06-04 13:25:26 +00:00
..