| Index: trunk/src/content/browser/renderer_host/pepper/pepper_external_file_ref_backend.h
|
| ===================================================================
|
| --- trunk/src/content/browser/renderer_host/pepper/pepper_external_file_ref_backend.h (revision 221543)
|
| +++ trunk/src/content/browser/renderer_host/pepper/pepper_external_file_ref_backend.h (working copy)
|
| @@ -41,6 +41,8 @@
|
| 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;
|
|
|