Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(554)

Unified Diff: ppapi/c/private/ppb_nacl_private.h

Issue 193313002: Pepper: Move GetSandboxISA() to PPB_NaCl_Private. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nacl_interface threading fix Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ppapi/c/private/ppb_nacl_private.h
diff --git a/ppapi/c/private/ppb_nacl_private.h b/ppapi/c/private/ppb_nacl_private.h
index 53929e43ff55285285f694a16d5e804308ee1e5a..5e83b98d8f838d65af79a351c17bdf28615e546b 100644
--- a/ppapi/c/private/ppb_nacl_private.h
+++ b/ppapi/c/private/ppb_nacl_private.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From private/ppb_nacl_private.idl modified Fri Mar 7 13:41:05 2014. */
+/* From private/ppb_nacl_private.idl modified Wed Mar 12 14:00:41 2014. */
#ifndef PPAPI_C_PRIVATE_PPB_NACL_PRIVATE_H_
#define PPAPI_C_PRIVATE_PPB_NACL_PRIVATE_H_
@@ -282,6 +282,10 @@ struct PPB_NaCl_Private_1_0 {
* will be attached to a debugger.
*/
PP_Bool (*NaClDebugStubEnabled)(void);
+ /* Returns the kind of SFI sandbox implemented by NaCl on this
+ * platform.
+ */
+ const char* (*GetSandboxArch)(void);
};
typedef struct PPB_NaCl_Private_1_0 PPB_NaCl_Private;
« no previous file with comments | « ppapi/api/private/ppb_nacl_private.idl ('k') | ppapi/native_client/src/trusted/plugin/arch_arm/sandbox_isa.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698