DescriptionFix content verifier problem with content scripts
The problem is that we were creating the ContentVerifier too late
in ExtensionSystemImpl::Shared::Init, after the script loader had
already tried grabbing a reference to it for use on another
thead. Therefore at run time, for all content scripts we were was
seeing a null pointer for the content verifier and skipping
verification of those scripts.
BUG=509130
Committed: https://crrev.com/fe6dc62c549db502a0323ebbebab7ffd4f5cebd7
Cr-Commit-Position: refs/heads/master@{#339283}
Patch Set 1 #Patch Set 2 : minor cleanup #Patch Set 3 : merged latest head #
Messages
Total messages: 20 (8 generated)
|