| 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 04b058d9615c45650ca293868c542ab967de096c..f6b9be3139e7fcefd8b327ae15bf734825104a81 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/plugin.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/plugin.h
|
| @@ -112,7 +112,8 @@ class Plugin : public pp::Instance {
|
| // Blocks until the helper module signals initialization is done.
|
| // Does not update nacl_module_origin().
|
| // Returns NULL or the NaClSubprocess of the new helper NaCl module.
|
| - NaClSubprocess* LoadHelperNaClModule(nacl::DescWrapper* wrapper,
|
| + NaClSubprocess* LoadHelperNaClModule(const nacl::string &helper_url,
|
| + nacl::DescWrapper* wrapper,
|
| const Manifest* manifest,
|
| ErrorInfo* error_info);
|
|
|
|
|