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