Description[Extensions] Fix thread-safety bug in PermissionsData
Since PermissionsData was returning a const & to a scoped_refptr in the
permission accessors, the auto lock wasn't sufficient. Adjust so that a regular
scoped_refptr is returned.
BUG=465185
Committed: https://crrev.com/db43894584558054b52e29f7b769f2fd2044f6d2
Cr-Commit-Position: refs/heads/master@{#326712}
Patch Set 1 : #
Total comments: 6
Patch Set 2 : Jeffrey's #
Messages
Total messages: 12 (3 generated)
|