|
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
Committed: https://crrev.com/959039d06c1677f2d90fc7d84cb9ad9d310842bd
Cr-Commit-Position: refs/heads/master@{#342897}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+179 lines, -14 lines) |
Patch |
|
M |
ipc/BUILD.gn
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
ipc/attachment_broker_messages.h
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
ipc/attachment_broker_privileged_win.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
ipc/attachment_broker_privileged_win.cc
|
View
|
1
|
2 chunks |
+19 lines, -4 lines |
0 comments
|
Download
|
|
M |
ipc/attachment_broker_privileged_win_unittest.cc
|
View
|
1
|
4 chunks |
+30 lines, -1 line |
0 comments
|
Download
|
|
M |
ipc/attachment_broker_unprivileged_win_unittest.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
ipc/handle_attachment_win.h
|
View
|
1
|
3 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
ipc/handle_attachment_win.cc
|
View
|
|
2 chunks |
+9 lines, -5 lines |
0 comments
|
Download
|
|
A |
ipc/handle_win.h
|
View
|
1
|
1 chunk |
+52 lines, -0 lines |
0 comments
|
Download
|
|
A |
ipc/handle_win.cc
|
View
|
1
2
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
|
M |
ipc/ipc.gypi
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 11 (4 generated)
|