| Index: content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.h b/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| index c0134022017dc7aead7c1082d9c58be81289039a..9cae5fafff1ddbd4edb378e52c97e409f419f292 100644
|
| --- a/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| @@ -268,6 +268,8 @@ class PepperPluginDelegateImpl
|
| virtual base::PlatformFileError GetDirContents(
|
| const ppapi::PepperFilePath& path,
|
| ppapi::DirContents* contents) OVERRIDE;
|
| + virtual base::PlatformFileError CreateTemporaryFile(
|
| + base::PlatformFile* file) OVERRIDE;
|
| virtual void SyncGetFileSystemPlatformPath(
|
| const GURL& url,
|
| FilePath* platform_path) OVERRIDE;
|
|
|