Index: chrome/common/nacl_types.cc |
diff --git a/chrome/common/nacl_types.cc b/chrome/common/nacl_types.cc |
index 4df0a7cf1f91879c38aa8dc3e7f0b9cadf9508ec..c700c1a5681fda5c4207bf7fa9c9610268873404 100644 |
--- a/chrome/common/nacl_types.cc |
+++ b/chrome/common/nacl_types.cc |
@@ -8,7 +8,10 @@ namespace nacl { |
NaClStartParams::NaClStartParams() |
: validation_cache_enabled(false), |
- enable_exception_handling(false) { |
+ enable_exception_handling(false), |
+ enable_debug_stub(false), |
+ enable_ipc_proxy(false), |
+ uses_irt(false) { |
} |
NaClStartParams::~NaClStartParams() { |