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

Unified Diff: chrome/common/nacl_types.cc

Issue 11761025: When launching PNaCl helper nexes, explicitly disable IRT loading. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 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
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() {

Powered by Google App Engine
This is Rietveld 408576698