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

Unified Diff: chrome/common/nacl_types.h

Issue 10928050: Open socket for NaCl GDB debug stub in browser process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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: chrome/common/nacl_types.h
===================================================================
--- chrome/common/nacl_types.h (revision 156197)
+++ chrome/common/nacl_types.h (working copy)
@@ -44,6 +44,7 @@
~NaClStartParams();
std::vector<FileDescriptor> handles;
+ FileDescriptor debug_stub_server_bound_socket;
bool validation_cache_enabled;
std::string validation_cache_key;

Powered by Google App Engine
This is Rietveld 408576698