a11y: Deprecate use of base::ProtectedMemory
base::ProtectedMemory is being deprecated because it's not widely used enough to make a security impact and justify its maintenance burden. Replace use of base::ProtectedMemory with raw function pointers. The indirect call here is already unchecked due to the blacklist entry added in https://crrev.com/c/1888716 Bug: 1018834 Change-Id: I68dc018737be985e0bf968d37d117321f53d86ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890986 Commit-Queue: Martin Robinson <mrobinson@igalia.com> Reviewed-by:Martin Robinson <mrobinson@igalia.com> Auto-Submit: Vlad Tsyrklevich <vtsyrklevich@chromium.org> Cr-Commit-Position: refs/heads/master@{#711170}
Showing
Please register or sign in to comment