| 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 008a0fd5c6c24b8f092082036524396915774a09..2633be109157c89bd5e656d9c0b38983920d297e 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(
|
|
|