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

Unified Diff: chrome/common/nacl_types.cc

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.cc
===================================================================
--- chrome/common/nacl_types.cc (revision 155316)
+++ chrome/common/nacl_types.cc (working copy)
@@ -3,12 +3,14 @@
// found in the LICENSE file.
#include "chrome/common/nacl_types.h"
+#include "net/base/tcp_listen_socket.h"
Mark Seaborn 2012/09/10 15:39:45 You don't need to add this, do you?
halyavin 2012/09/11 11:16:12 Done.
namespace nacl {
NaClStartParams::NaClStartParams()
: validation_cache_enabled(false),
enable_exception_handling(false) {
+
Mark Seaborn 2012/09/10 15:39:45 Nit: don't add an empty line here
halyavin 2012/09/11 11:16:12 Done.
}
NaClStartParams::~NaClStartParams() {

Powered by Google App Engine
This is Rietveld 408576698