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 eaa8f92368c45a2200225cb961e7a3e92416a0d4..3ad16378f04d6e724b143314600b267498e5ae6e 100644 |
--- a/ppapi/api/private/ppb_nacl_private.idl |
+++ b/ppapi/api/private/ppb_nacl_private.idl |
@@ -277,4 +277,9 @@ interface PPB_NaCl_Private { |
* will be attached to a debugger. |
*/ |
PP_Bool NaClDebugStubEnabled(); |
+ |
+ /* Returns the kind of SFI sandbox implemented by NaCl on this |
+ /* platform. |
+ */ |
+ str_t GetSandboxArch(); |
}; |