| Index: webkit/glue/plugins/pepper_file_ref.h
|
| ===================================================================
|
| --- webkit/glue/plugins/pepper_file_ref.h (revision 53197)
|
| +++ webkit/glue/plugins/pepper_file_ref.h (working copy)
|
| @@ -21,6 +21,8 @@
|
| PP_FileSystemType file_system_type,
|
| const std::string& validated_path,
|
| const std::string& origin);
|
| + FileRef(PluginModule* module,
|
| + const FilePath& external_file_path);
|
| virtual ~FileRef();
|
|
|
| // Returns a pointer to the interface implementing PPB_FileRef that is
|
|
|