summaryrefslogtreecommitdiffstats
path: root/ppapi/api
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/api')
-rw-r--r--ppapi/api/private/ppb_nacl_private.idl4
1 files changed, 1 insertions, 3 deletions
diff --git a/ppapi/api/private/ppb_nacl_private.idl b/ppapi/api/private/ppb_nacl_private.idl
index 88c88fe..e5d14a0 100644
--- a/ppapi/api/private/ppb_nacl_private.idl
+++ b/ppapi/api/private/ppb_nacl_private.idl
@@ -21,9 +21,7 @@ enum PP_NaClResult {
/** Error creating the module */
PP_NACL_ERROR_MODULE = 2,
/** Error creating and initializing the instance */
- PP_NACL_ERROR_INSTANCE = 3,
- /** SRPC proxy should be used instead */
- PP_NACL_USE_SRPC = 128
+ PP_NACL_ERROR_INSTANCE = 3
};
/** NaCl-specific errors that should be reported to the user */