| 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 aaa7d13d8dd84b132df69c6e396b226e954f0ed6..ac62c5b26b33d28c80e751bfc0a5994fe52b8907 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/nacl_entry_points.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/nacl_entry_points.h
|
| @@ -21,6 +21,7 @@ typedef PP_NaClResult (*LaunchNaClProcessFunc)(PP_Instance instance,
|
| PP_Bool uses_ppapi,
|
| PP_Bool enable_ppapi_dev,
|
| int socket_count,
|
| + PP_Bool uses_irt,
|
| nacl::Handle* result_sockets);
|
|
|
|
|
|
|