| 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 200d7cfa5a3748fc86432aa4155664d0b53455b3..5f0f947c5e0ac2e7b97ba7916c97a245750eccf5 100644
|
| --- a/ppapi/proxy/ppb_file_ref_proxy.h
|
| +++ b/ppapi/proxy/ppb_file_ref_proxy.h
|
| @@ -29,8 +29,6 @@ class PPB_FileRef_Proxy : public InterfaceProxy {
|
| explicit PPB_FileRef_Proxy(Dispatcher* dispatcher);
|
| virtual ~PPB_FileRef_Proxy();
|
|
|
| - static const Info* GetPrivateInfo();
|
| -
|
| static PP_Resource CreateProxyResource(PP_Resource file_system,
|
| const char* path);
|
|
|
|
|