ui/base: 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 and add an attribute to disable CFI-icall checking. Bug: 1018834 Change-Id: If05a835c62dbb81850b4e0ba3a9a96f606adc2dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1884366Reviewed-by:Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Vlad Tsyrklevich <vtsyrklevich@chromium.org> Cr-Commit-Position: refs/heads/master@{#710654}
Showing
Please register or sign in to comment