Chromium Code Reviews| 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..088781585f50574e0fc03802ebfa73d9cb9327c9 100644 |
| --- a/ppapi/api/private/ppb_nacl_private.idl |
| +++ b/ppapi/api/private/ppb_nacl_private.idl |
| @@ -277,4 +277,6 @@ interface PPB_NaCl_Private { |
| * will be attached to a debugger. |
| */ |
| PP_Bool NaClDebugStubEnabled(); |
| + |
| + str_t GetSandboxISA(); |
| }; |