Index: ppapi/api/private/finish_writing_these/ppb_nacl_private.idl |
diff --git a/ppapi/api/private/finish_writing_these/ppb_nacl_private.idl b/ppapi/api/private/finish_writing_these/ppb_nacl_private.idl |
index f1a23f7d742ba0a05da691a31efa14677ced398a..600b264fe0fd3e0be3d78a631bd26924df6330f2 100644 |
--- a/ppapi/api/private/finish_writing_these/ppb_nacl_private.idl |
+++ b/ppapi/api/private/finish_writing_these/ppb_nacl_private.idl |
@@ -8,7 +8,7 @@ |
#include "ppapi/c/private/pp_file_handle.h" |
/* PPB_NaCl_Private */ |
-interface PPB_NaCl_Private_0_8 { |
+interface PPB_NaCl_Private_0_9 { |
/* This function launches NaCl's sel_ldr process. On success, the function |
* returns true, otherwise it returns false. When it returns true, it will |
* write |socket_count| nacl::Handles to imc_handles. |
@@ -49,5 +49,9 @@ interface PPB_NaCl_Private_0_8 { |
/* Return true if we are off the record. |
*/ |
- PP_Bool IsOffTheRecord([in] PP_Instance instance); |
+ PP_Bool IsOffTheRecord(); |
+ |
+ /* Return true if PNaCl is turned on. |
+ */ |
+ PP_Bool IsPnaclEnabled(); |
}; |