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

Unified Diff: src/public/chrome_main.h

Issue 206493005: Provide chrome the option of learning the debug stub port chosen by nacl. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 6 years, 9 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 | « no previous file | src/trusted/debug_stub/nacl_debug.cc » ('j') | src/trusted/debug_stub/nacl_debug.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/public/chrome_main.h
diff --git a/src/public/chrome_main.h b/src/public/chrome_main.h
index 8b3f251018490076ffbc37b8d8ffad186dc464a6..b66d3ee06e0d3de9d7f50c42e4a8a98f036432c3 100644
--- a/src/public/chrome_main.h
+++ b/src/public/chrome_main.h
@@ -100,6 +100,11 @@ struct NaClChromeMainArgs {
#endif
/*
+ * Callback called when debug stub port is know. Optional; may be NULL.
Mark Seaborn 2014/03/26 23:17:35 "known"
bradn 2014/04/01 18:31:20 Done.
+ */
+ void (*debug_stub_server_port_selected_handler_func)(uint16_t port);
+
+ /*
* Callback to use for creating shared memory objects. Optional;
* may be NULL.
*/
« no previous file with comments | « no previous file | src/trusted/debug_stub/nacl_debug.cc » ('j') | src/trusted/debug_stub/nacl_debug.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698