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

Unified Diff: ppapi/native_client/src/trusted/plugin/service_runtime.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: ppapi/native_client/src/trusted/plugin/service_runtime.h
diff --git a/ppapi/native_client/src/trusted/plugin/service_runtime.h b/ppapi/native_client/src/trusted/plugin/service_runtime.h
index 8ff6e0b8d4bc2180f5795a5c33a75094e2ee1b8d..87cacafdfe9bc57775bb38fb11ca55e389bacea5 100644
--- a/ppapi/native_client/src/trusted/plugin/service_runtime.h
+++ b/ppapi/native_client/src/trusted/plugin/service_runtime.h
@@ -240,6 +240,7 @@ class ServiceRuntime {
const nacl::string& url,
bool uses_ppapi,
bool enable_ppapi_dev,
+ bool uses_irt,
pp::CompletionCallback crash_cb);
// Starts the application channel to the nexe.

Powered by Google App Engine
This is Rietveld 408576698