CSP: Replace blink::MediaListDirective with mojo type
In the Blink Content Security Policy code, for parsing the 'plugin-types' directive, we switch from using the internal blink type blink::MediaListDirective to using a Vector<String> as in the mojo type network::mojom::blink::ContentSecurityPolicy. This is part of a project to harmonize the CSP code in Blink and in services/network, and will make it easier to synchronize Content Security Policies between the two. Bug: 1021462,1149272 Change-Id: I26e2625f825c23f0e8ea557f5acfe3c94313ce9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2563547 Commit-Queue: Antonio Sartori <antoniosartori@chromium.org> Reviewed-by:Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#837480}
Showing
Please register or sign in to comment