| Index: ppapi/native_client/src/trusted/plugin/pnacl_resources.h
|
| diff --git a/ppapi/native_client/src/trusted/plugin/pnacl_resources.h b/ppapi/native_client/src/trusted/plugin/pnacl_resources.h
|
| index ca1893bd8d6472c20ea2fd9dd34f57daca8e8083..65af7f874a5289e60db9f8f0e244c39e9a532b5e 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/pnacl_resources.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/pnacl_resources.h
|
| @@ -79,7 +79,11 @@ class PnaclResources {
|
| // fired.
|
| nacl::DescWrapper* WrapperForUrl(const nacl::string& url);
|
|
|
| - static int32_t GetPnaclFD(Plugin* plugin, const char* filename);
|
| + static int32_t GetPnaclFD(Plugin* plugin,
|
| + const char* filename,
|
| + bool is_executable,
|
| + uint64_t* file_token_lo,
|
| + uint64_t* file_token_hi);
|
|
|
| private:
|
| NACL_DISALLOW_COPY_AND_ASSIGN(PnaclResources);
|
|
|