| Index: ppapi/proxy/ppb_file_ref_proxy.cc
|
| diff --git a/ppapi/proxy/ppb_file_ref_proxy.cc b/ppapi/proxy/ppb_file_ref_proxy.cc
|
| index 6ea98c758e75bb9d552921caaba6d35ac2bfffe5..5f1a05f2dcb2a91b841eebefe9a89ffa0439f5a1 100644
|
| --- a/ppapi/proxy/ppb_file_ref_proxy.cc
|
| +++ b/ppapi/proxy/ppb_file_ref_proxy.cc
|
| @@ -197,18 +197,6 @@ PPB_FileRef_Proxy::~PPB_FileRef_Proxy() {
|
| }
|
|
|
| // static
|
| -const InterfaceProxy::Info* PPB_FileRef_Proxy::GetPrivateInfo() {
|
| - static const Info info = {
|
| - thunk::GetPPB_FileRefPrivate_Thunk(),
|
| - PPB_FILEREFPRIVATE_INTERFACE,
|
| - API_ID_NONE, // URL_LOADER is the canonical one.
|
| - false,
|
| - &CreateFileRefProxy
|
| - };
|
| - return &info;
|
| -}
|
| -
|
| -// static
|
| PP_Resource PPB_FileRef_Proxy::CreateProxyResource(PP_Resource file_system,
|
| const char* path) {
|
| Resource* file_system_object =
|
|
|