| Index: content/renderer/pepper_plugin_delegate_impl.h
|
| diff --git a/content/renderer/pepper_plugin_delegate_impl.h b/content/renderer/pepper_plugin_delegate_impl.h
|
| index c7f98868db565ff46e3f6133025eb2c554150d3b..befca1224b464b7df6f01077843c765e4d39e28b 100644
|
| --- a/content/renderer/pepper_plugin_delegate_impl.h
|
| +++ b/content/renderer/pepper_plugin_delegate_impl.h
|
| @@ -250,6 +250,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(
|
|
|