| Index: ppapi/native_client/src/trusted/plugin/plugin.h
|
| diff --git a/ppapi/native_client/src/trusted/plugin/plugin.h b/ppapi/native_client/src/trusted/plugin/plugin.h
|
| index 9bec79ae8baa2c0ae9c05dfba3a650874c3bc5ee..5cc2aacfeb8edb9e2775c81e1d1d4b32e37d211b 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/plugin.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/plugin.h
|
| @@ -113,7 +113,6 @@ class Plugin : public pp::Instance {
|
| // Returns NULL or the NaClSubprocess of the new helper NaCl module.
|
| NaClSubprocess* LoadHelperNaClModule(const nacl::string& helper_url,
|
| PP_FileHandle file_handle,
|
| - int32_t manifest_id,
|
| ErrorInfo* error_info);
|
|
|
| enum LengthComputable {
|
|
|