| 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 2946181e9da25c4108cc789b91265b6fa7bb5cb6..9c3076ea3fa6730bc0f660e8e61595ca05022741 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/plugin.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/plugin.h
|
| @@ -62,6 +62,9 @@ class Manifest;
|
| class ProgressEvent;
|
| class ScriptablePlugin;
|
|
|
| +typedef int (*GetReadonlyPnaclFdFunc)(const char* filename);
|
| +extern GetReadonlyPnaclFdFunc get_readonly_pnacl_fd;
|
| +
|
| class Plugin : public pp::InstancePrivate {
|
| public:
|
| // Factory method for creation.
|
|
|