| Index: ipc/attachment_broker_privileged_win.h
|
| diff --git a/ipc/attachment_broker_privileged_win.h b/ipc/attachment_broker_privileged_win.h
|
| index 70a4802bdc20b276bd267429e7fd54331b2c04cb..467a97776ee51aee9b045ef2fb0fa8740948ed94 100644
|
| --- a/ipc/attachment_broker_privileged_win.h
|
| +++ b/ipc/attachment_broker_privileged_win.h
|
| @@ -34,7 +34,7 @@ class IPC_EXPORT AttachmentBrokerPrivilegedWin
|
| void OnDuplicateWinHandle(const Message& message);
|
|
|
| // Duplicates |wire_Format| from |source_process| into its destination
|
| - // process.
|
| + // process. Closes the original HANDLE.
|
| HandleWireFormat DuplicateWinHandle(const HandleWireFormat& wire_format,
|
| base::ProcessId source_process);
|
|
|
|
|