DescriptionContentSecurityPolicy: avoid defining static String singletons.
As CSP is used by multiple threads, we cannot define string literals
in terms of DEFINE_STATIC_LOCAL(). Follow what is done elsewhere
for ContentSecurityPolicy and resort to using plain string literals.
R=
BUG=
Committed: https://crrev.com/6824a5fe98ea6501513973db94700085b6b71f22
Cr-Commit-Position: refs/heads/master@{#431956}
Patch Set 1 #
Messages
Total messages: 14 (9 generated)
|