Index: trunk/src/content/public/browser/browser_child_process_host.h |
=================================================================== |
--- trunk/src/content/public/browser/browser_child_process_host.h (revision 270923) |
+++ trunk/src/content/public/browser/browser_child_process_host.h (working copy) |
@@ -71,6 +71,9 @@ |
// this object. |
virtual void SetHandle(base::ProcessHandle handle) = 0; |
+ // Set the nacl debug stub port of the process. |
+ virtual void SetNaClDebugStubPort(int port) = 0; |
+ |
#if defined(OS_MACOSX) && !defined(OS_IOS) |
// Returns a PortProvider used to get process metrics for child processes. |
static base::ProcessMetrics::PortProvider* GetPortProvider(); |