| Index: webkit/glue/plugins/pepper_file_ref.cc
|
| ===================================================================
|
| --- webkit/glue/plugins/pepper_file_ref.cc (revision 53197)
|
| +++ webkit/glue/plugins/pepper_file_ref.cc (working copy)
|
| @@ -130,6 +130,13 @@
|
| // TODO(darin): Need to initialize system_path_.
|
| }
|
|
|
| +FileRef::FileRef(PluginModule* module,
|
| + const FilePath& external_file_path)
|
| + : Resource(module),
|
| + system_path_(external_file_path),
|
| + fs_type_(PP_FILESYSTEMTYPE_EXTERNAL) {
|
| +}
|
| +
|
| FileRef::~FileRef() {
|
| }
|
|
|
|
|