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

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: review fixes 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') | no next file with comments »
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 afa70b42cc11a78621b404f08b2357883356a579..d8f387efb7f242ddef9e12c9c9a6df68079b90af 100644
--- a/src/public/chrome_main.h
+++ b/src/public/chrome_main.h
@@ -101,6 +101,11 @@ struct NaClChromeMainArgs {
#endif
/*
+ * Callback called when debug stub port is known. Optional; may be NULL.
+ */
+ 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698