| Index: webkit/plugins/ppapi/plugin_delegate.h
|
| diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h
|
| index 38e659122bdaf0261eee10a029af045f21380d9d..fcbf296307d831348fad1911f93826230f1e2df8 100644
|
| --- a/webkit/plugins/ppapi/plugin_delegate.h
|
| +++ b/webkit/plugins/ppapi/plugin_delegate.h
|
| @@ -363,6 +363,10 @@ class PluginDelegate {
|
| virtual base::PlatformFileError GetDirContents(const PepperFilePath& path,
|
| DirContents* contents) = 0;
|
|
|
| + // Synchronously returns the platform file path for a filesystem URL.
|
| + virtual void SyncGetFileSystemPlatformPath(const GURL& url,
|
| + FilePath* platform_path) = 0;
|
| +
|
| // Returns a MessageLoopProxy instance associated with the message loop
|
| // of the file thread in this renderer.
|
| virtual scoped_refptr<base::MessageLoopProxy>
|
|
|