| 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 aefc6dcfc898c1e642bb60dd4835a1c1aee294a2..8bdcc07f80a748fb9802a1c611b74135a90b4d58 100644
|
| --- a/ppapi/api/private/ppb_nacl_private.idl
|
| +++ b/ppapi/api/private/ppb_nacl_private.idl
|
| @@ -368,7 +368,7 @@ interface PPB_NaCl_Private {
|
| /* Performs accounting for requesting the NaCl manifest at the given URL. */
|
| void RequestNaClManifest([in] PP_Instance instance,
|
| [in] str_t manifest_url,
|
| - [out] PP_Var manifest_data,
|
| + [out] int32_t manifest_id,
|
| [in] PP_CompletionCallback callback);
|
|
|
| PP_Var GetManifestBaseURL([in] PP_Instance instance);
|
| @@ -389,9 +389,6 @@ interface PPB_NaCl_Private {
|
| PP_Bool DevInterfacesEnabled([in] PP_Instance instance);
|
|
|
| int32_t CreatePnaclManifest([in] PP_Instance instance);
|
| - int32_t CreateJsonManifest([in] PP_Instance instance,
|
| - [in] str_t manifest_base_url,
|
| - [in] str_t manifest_data);
|
|
|
| void DestroyManifest([in] PP_Instance instance,
|
| [in] int32_t manifest_id);
|
|
|