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

Unified Diff: chrome/common/nacl_types.h

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.h
diff --git a/chrome/common/nacl_types.h b/chrome/common/nacl_types.h
index ca44e03915a1a650cdecbcb88a3a2e796d2dfe7d..022c45003b2f16cd09b809cffd207d7b13f549aa 100644
--- a/chrome/common/nacl_types.h
+++ b/chrome/common/nacl_types.h
@@ -56,6 +56,7 @@ struct NaClStartParams {
bool enable_exception_handling;
bool enable_debug_stub;
bool enable_ipc_proxy;
+ bool uses_irt;
};
} // namespace nacl

Powered by Google App Engine
This is Rietveld 408576698