| Index: src/trusted/service_runtime/nacl_debug_init.h
|
| diff --git a/src/trusted/service_runtime/nacl_debug_init.h b/src/trusted/service_runtime/nacl_debug_init.h
|
| index d3a6642829cbbf9100e0a667bf9e5aa503dfbd05..11e65d6b4093214efb9da7357ef8a37738f9d8d6 100644
|
| --- a/src/trusted/service_runtime/nacl_debug_init.h
|
| +++ b/src/trusted/service_runtime/nacl_debug_init.h
|
| @@ -34,6 +34,7 @@ void NaClDebugSetBoundSocket(NaClSocketHandle bound_socket);
|
| * NaClDebugStubSetPipe() takes a named pipe on windows or a socket
|
| * pair descriptor on posix. This sets up the debug stub to talk over the
|
| * pipe with chrome.
|
| + * TODO(leslieb): Implement for windows.
|
| */
|
| void NaClDebugStubSetPipe(NaClHandle handle);
|
|
|
|
|