Index: ppapi/proxy/ppb_file_ref_proxy.h |
diff --git a/ppapi/proxy/ppb_file_ref_proxy.h b/ppapi/proxy/ppb_file_ref_proxy.h |
index 83fee185883e12d30a35410a9f74168bab88de1f..66fd3fcb0371009d919754fcb23944f08faaba10 100644 |
--- a/ppapi/proxy/ppb_file_ref_proxy.h |
+++ b/ppapi/proxy/ppb_file_ref_proxy.h |
@@ -29,6 +29,8 @@ class PPB_FileRef_Proxy : public InterfaceProxy { |
static PP_Resource CreateProxyResource(PP_Resource file_system, |
const char* path); |
+ static PP_Resource CreateProxyResource( |
+ const PPB_FileRef_CreateInfo& serialized); |
// InterfaceProxy implementation. |
virtual bool OnMessageReceived(const IPC::Message& msg); |
@@ -58,7 +60,7 @@ class PPB_FileRef_Proxy : public InterfaceProxy { |
static const ApiID kApiID = API_ID_PPB_FILE_REF; |
private: |
- // Message handlers. |
+ // Plugin -> host message handlers. |
void OnMsgCreate(const HostResource& file_system, |
const std::string& path, |
PPB_FileRef_CreateInfo* result); |