| Index: webkit/plugins/ppapi/mock_plugin_delegate.h
|
| diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.h b/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| index 276342f57884858ad5e9b8defa141e280038c637..023c437da6ea25b2042915406ce29960dc7e19c9 100644
|
| --- a/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| +++ b/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| @@ -114,6 +114,8 @@ class MockPluginDelegate : public PluginDelegate {
|
| virtual base::PlatformFileError GetDirContents(
|
| const ::ppapi::PepperFilePath& path,
|
| ::ppapi::DirContents* contents);
|
| + virtual base::PlatformFileError CreateTemporaryFile(
|
| + base::PlatformFile* file);
|
| virtual void SyncGetFileSystemPlatformPath(const GURL& url,
|
| FilePath* platform_path);
|
| virtual scoped_refptr<base::MessageLoopProxy>
|
|
|