diff options
Diffstat (limited to 'content/renderer/pepper_plugin_delegate_impl.h')
-rw-r--r-- | content/renderer/pepper_plugin_delegate_impl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/renderer/pepper_plugin_delegate_impl.h b/content/renderer/pepper_plugin_delegate_impl.h index 008a0fd..2633be1 100644 --- a/content/renderer/pepper_plugin_delegate_impl.h +++ b/content/renderer/pepper_plugin_delegate_impl.h @@ -251,6 +251,9 @@ class PepperPluginDelegateImpl virtual base::PlatformFileError GetDirContents( const webkit::ppapi::PepperFilePath& path, webkit::ppapi::DirContents* contents) OVERRIDE; + virtual void SyncGetFileSystemPlatformPath( + const GURL& url, + FilePath* platform_path) OVERRIDE; virtual scoped_refptr<base::MessageLoopProxy> GetFileThreadMessageLoopProxy() OVERRIDE; virtual int32_t ConnectTcp( |