Index: components/nacl/browser/nacl_process_host.h |
diff --git a/components/nacl/browser/nacl_process_host.h b/components/nacl/browser/nacl_process_host.h |
index 634e5b88a7034b081f53bd9b4ee743dc72336582..2e07c7ae4f60e9c0ddee81f1ab0085243be7c657 100644 |
--- a/components/nacl/browser/nacl_process_host.h |
+++ b/components/nacl/browser/nacl_process_host.h |
@@ -107,8 +107,8 @@ class NaClProcessHost : public content::BrowserChildProcessHostDelegate { |
bool LaunchNaClGdb(); |
// Mark the process as using a particular GDB debug stub port and notify |
- // listeners. |
- void SetDebugStubPort(uint16_t port); |
+ // listeners (if the port is not kGdbDebugStubPortUnknown). |
+ void SetDebugStubPort(int port); |
#if defined(OS_POSIX) |
// Create bound TCP socket in the browser process so that the NaCl GDB debug |