Index: ppapi/proxy/ppb_file_system_proxy.h |
=================================================================== |
--- ppapi/proxy/ppb_file_system_proxy.h (revision 100753) |
+++ ppapi/proxy/ppb_file_system_proxy.h (working copy) |
@@ -26,7 +26,7 @@ |
class PPB_FileSystem_Proxy : public InterfaceProxy { |
public: |
- PPB_FileSystem_Proxy(Dispatcher* dispatcher); |
+ PPB_FileSystem_Proxy(Dispatcher* dispatcher, const void* target_interface); |
virtual ~PPB_FileSystem_Proxy(); |
static const Info* GetInfo(); |
@@ -37,8 +37,6 @@ |
// InterfaceProxy implementation. |
virtual bool OnMessageReceived(const IPC::Message& msg); |
- static const InterfaceID kInterfaceID = INTERFACE_ID_PPB_FILE_SYSTEM; |
- |
private: |
// Message handlers. |
void OnMsgCreate(PP_Instance instance, |