| Index: content/browser/renderer_host/pepper/pepper_external_file_ref_backend.h
|
| diff --git a/content/browser/renderer_host/pepper/pepper_external_file_ref_backend.h b/content/browser/renderer_host/pepper/pepper_external_file_ref_backend.h
|
| index e999579cff6fd44b356ce6931f3dbe8db2e74ac8..cbfaf6ed51172ad943ba5657af997837aa54932b 100644
|
| --- a/content/browser/renderer_host/pepper/pepper_external_file_ref_backend.h
|
| +++ b/content/browser/renderer_host/pepper/pepper_external_file_ref_backend.h
|
| @@ -41,8 +41,6 @@ class PepperExternalFileRefBackend : public PepperFileRefBackend {
|
| virtual int32_t GetAbsolutePath(ppapi::host::ReplyMessageContext context)
|
| OVERRIDE;
|
| virtual fileapi::FileSystemURL GetFileSystemURL() const OVERRIDE;
|
| - virtual std::string GetFileSystemURLSpec() const OVERRIDE;
|
| - virtual base::FilePath GetExternalPath() const OVERRIDE;
|
|
|
| virtual int32_t CanRead() const OVERRIDE;
|
| virtual int32_t CanWrite() const OVERRIDE;
|
|
|