Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3639)

Unified Diff: src/trusted/service_runtime/nacl_debug_init.h

Issue 1867633002: Revert "Debug Stub: Added support for windows in ipc_transport." (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/trusted/debug_stub/transport_ipc_test.cc ('k') | src/trusted/service_runtime/sel_main_chrome.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « src/trusted/debug_stub/transport_ipc_test.cc ('k') | src/trusted/service_runtime/sel_main_chrome.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698