| Index: ppapi/api/private/ppb_nacl_private.idl
|
| diff --git a/ppapi/api/private/ppb_nacl_private.idl b/ppapi/api/private/ppb_nacl_private.idl
|
| index 6dfbff7989d7829058dcc923a0b89dbf6ada2bd0..a6743280d48cd402818664b8eeac83535496fec9 100644
|
| --- a/ppapi/api/private/ppb_nacl_private.idl
|
| +++ b/ppapi/api/private/ppb_nacl_private.idl
|
| @@ -110,6 +110,9 @@ interface PPB_NaCl_Private {
|
| */
|
| PP_FileHandle CreateTemporaryFile([in] PP_Instance instance);
|
|
|
| + /* Return the number of processors in the system as reported by the OS */
|
| + int32_t GetNumberOfProcessors();
|
| +
|
| /* Create a temporary file, which will be deleted by the time the
|
| * last handle is closed (or earlier on POSIX systems), to use for
|
| * the nexe with the cache information given by |pexe_url|,
|
|
|