| Index: remoting/host/ipc_util.h
|
| diff --git a/remoting/host/ipc_util.h b/remoting/host/ipc_util.h
|
| index 5642be19ed6f7eb8dd2ceac44f8c55e82b727f96..2d444d7f01644400f573a3a1f6f4ee2137a40143 100644
|
| --- a/remoting/host/ipc_util.h
|
| +++ b/remoting/host/ipc_util.h
|
| @@ -34,6 +34,7 @@ namespace remoting {
|
| // on the caller's thread while using |io_task_runner| to send and receive
|
| // messages in the background. The client end is returned as a pipe handle
|
| // (inheritable on Windows).
|
| +// The channel is registered with the global AttachmentBroker.
|
| bool CreateConnectedIpcChannel(
|
| scoped_refptr<base::SingleThreadTaskRunner> io_task_runner,
|
| IPC::Listener* listener,
|
|
|