Get rid of all pid references from base::SharedMemoryHandle.
base::SharedMemory used to support synchronous transport of handles into other processes using base::SharedMemory::ShareToProcess. This required base::SharedMemoryHandle to also track whether the OS resource belonged to the current process. ShareToProcess has been removed, so all the pid tracking is no longer necessary. BUG=716206 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win10_chromium_x64_rel_ng TBR=wfh@chromium.org Review-Url: https://codereview.chromium.org/2849243002 Cr-Commit-Position: refs/heads/master@{#469012}
Showing
Please register or sign in to comment