Index: ppapi/native_client/src/trusted/plugin/nacl_entry_points.h |
diff --git a/ppapi/native_client/src/trusted/plugin/nacl_entry_points.h b/ppapi/native_client/src/trusted/plugin/nacl_entry_points.h |
index 26507b143a9f39cc23e3752c683165d1c7925c0c..d40e2541031e7fc34c91a1d64bb528960a4fdb97 100644 |
--- a/ppapi/native_client/src/trusted/plugin/nacl_entry_points.h |
+++ b/ppapi/native_client/src/trusted/plugin/nacl_entry_points.h |
@@ -18,6 +18,7 @@ |
typedef PP_NaClResult (*LaunchNaClProcessFunc)(PP_Instance instance, |
const char* alleged_url, |
+ PP_Bool uses_irt, |
PP_Bool uses_ppapi, |
PP_Bool enable_ppapi_dev, |
nacl::Handle* result_socket); |