| 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 3f60c32d42ff4df6d51ea29d451a10192c3e8bc7..5cad4a6954b3cb9cc3c7d6a0905b760981b968d2 100644
|
| --- a/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| @@ -261,26 +261,6 @@ class PepperPluginDelegateImpl
|
| const AvailableSpaceCallback& callback) OVERRIDE;
|
| virtual void WillUpdateFile(const GURL& file_path) OVERRIDE;
|
| virtual void DidUpdateFile(const GURL& file_path, int64_t delta) OVERRIDE;
|
| - virtual base::PlatformFileError OpenFile(
|
| - const ppapi::PepperFilePath& path,
|
| - int flags,
|
| - base::PlatformFile* file) OVERRIDE;
|
| - virtual base::PlatformFileError RenameFile(
|
| - const ppapi::PepperFilePath& from_path,
|
| - const ppapi::PepperFilePath& to_path) OVERRIDE;
|
| - virtual base::PlatformFileError DeleteFileOrDir(
|
| - const ppapi::PepperFilePath& path,
|
| - bool recursive) OVERRIDE;
|
| - virtual base::PlatformFileError CreateDir(
|
| - const ppapi::PepperFilePath& path) OVERRIDE;
|
| - virtual base::PlatformFileError QueryFile(
|
| - const ppapi::PepperFilePath& path,
|
| - base::PlatformFileInfo* info) OVERRIDE;
|
| - 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;
|
|
|