| Index: ppapi/proxy/file_ref_resource.h
|
| diff --git a/ppapi/proxy/file_ref_resource.h b/ppapi/proxy/file_ref_resource.h
|
| index 82570fbc09cae6367239b2ff124f0d0935d23652..57e1fba20e017bb95a67351b687254b3787d5ba2 100644
|
| --- a/ppapi/proxy/file_ref_resource.h
|
| +++ b/ppapi/proxy/file_ref_resource.h
|
| @@ -55,13 +55,7 @@ class PPAPI_PROXY_EXPORT FileRefResource
|
| virtual int32_t ReadDirectoryEntries(
|
| const PP_ArrayOutput& output,
|
| scoped_refptr<TrackedCallback> callback) OVERRIDE;
|
| - virtual const PPB_FileRef_CreateInfo& GetCreateInfo() const OVERRIDE;
|
| - virtual int32_t QueryInHost(linked_ptr<PP_FileInfo> info,
|
| - scoped_refptr<TrackedCallback> callback) OVERRIDE;
|
| - virtual int32_t ReadDirectoryEntriesInHost(
|
| - linked_ptr<std::vector<ppapi::PPB_FileRef_CreateInfo> > files,
|
| - linked_ptr<std::vector<PP_FileType> > file_types,
|
| - scoped_refptr<TrackedCallback> callback) OVERRIDE;
|
| + virtual const FileRef_CreateInfo& GetCreateInfo() const OVERRIDE;
|
|
|
| // Private API
|
| virtual PP_Var GetAbsolutePath() OVERRIDE;
|
|
|