Chromium Code Reviews| Index: ppapi/nacl_irt/manifest_service.h |
| diff --git a/ppapi/nacl_irt/manifest_service.h b/ppapi/nacl_irt/manifest_service.h |
| index ec5e38c9790b3f079f7b5c303d26403743e5a61a..ce414cc0182d5ed17d85faeb60e46e1a2b27fd76 100644 |
| --- a/ppapi/nacl_irt/manifest_service.h |
| +++ b/ppapi/nacl_irt/manifest_service.h |
| @@ -30,6 +30,7 @@ class ManifestService { |
| ~ManifestService(); |
| void StartupInitializationComplete(); |
| + bool OpenResource(const char* file, int* fd); |
|
dmichael (off chromium)
2014/04/25 21:06:58
nit: file->url ?
Mark Seaborn
2014/04/26 00:18:59
It's not actually a URL. It's a key to look up in
hidehiko
2014/04/28 08:44:27
Acknowledged.
|
| private: |
| scoped_ptr<IPC::ChannelProxy> channel_; |