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); |
private: |
scoped_ptr<IPC::ChannelProxy> channel_; |