commit | 73172f9e94e5af7e23867506c9e5a9d6bc99c703 | [log] [tgz] |
---|---|---|
author | hajimehoshi <hajimehoshi@chromium.org> | Wed Dec 14 04:57:48 2016 |
committer | Commit bot <commit-bot@chromium.org> | Wed Dec 14 04:59:46 2016 |
tree | 3c77af4dee9befb6ac47ddb2eb9c4e74f9959ac1 | |
parent | fda40a4d70c58633f45979b58efb23ee213f7802 [diff] |
Add a macro for SharedMemory::Share SharedMemory::Share was introduced at crrev.com/2555483002 only on Mac and not other platforms. This CL adds a macro to SharedMemory::Share declaration to clarily that the function Share is available only on Mac. BUG=671228 TEST=n/a Review-Url: https://codereview.chromium.org/2567293003 Cr-Commit-Position: refs/heads/master@{#438434}