commit | 959039d06c1677f2d90fc7d84cb9ad9d310842bd | [log] [tgz] |
---|---|---|
author | erikchen <erikchen@chromium.org> | Tue Aug 11 21:17:47 2015 |
committer | Commit bot <commit-bot@chromium.org> | Tue Aug 11 21:18:44 2015 |
tree | bf326c766e7d0b040bcbcf0110f73d3b7d0ddd5a | |
parent | 1d30631db4ff58e63c4ae4b7132cb136fb0c37b3 [diff] |
ipc: Add the class HandleWin. HandleWin is a wrapper around a Windows HANDLE that can be transported across IPC channels that support attachment brokering. The attachment broker is responsible for duplicating the HANDLE into the destination process. BUG=493414 Review URL: https://codereview.chromium.org/1281083004 Cr-Commit-Position: refs/heads/master@{#342897}