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

Unified Diff: trunk/src/components/nacl/browser/nacl_process_host.h

Issue 290633006: Revert 270907 "Remove knowledge of nacl from content." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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
Index: trunk/src/components/nacl/browser/nacl_process_host.h
===================================================================
--- trunk/src/components/nacl/browser/nacl_process_host.h (revision 270923)
+++ trunk/src/components/nacl/browser/nacl_process_host.h (working copy)
@@ -107,8 +107,8 @@
bool LaunchNaClGdb();
// Mark the process as using a particular GDB debug stub port and notify
- // listeners (if the port is not kGdbDebugStubPortUnknown).
- void SetDebugStubPort(int port);
+ // listeners.
+ void SetDebugStubPort(uint16_t port);
#if defined(OS_POSIX)
// Create bound TCP socket in the browser process so that the NaCl GDB debug
« no previous file with comments | « trunk/src/components/nacl/browser/nacl_browser.cc ('k') | trunk/src/components/nacl/browser/nacl_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698