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 88c88fe88e8037d94dfb9a816e280a0b7bf76eca..e5d14a0e98d5bc65cf5451735b641be2efbcc271 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 */ |