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. |
*/ |