Chromium Code Reviews| 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 023c437da6ea25b2042915406ce29960dc7e19c9..e595cecef8b9526540953e1d05ae7fe9cd0f5218 100644 |
| --- a/webkit/plugins/ppapi/mock_plugin_delegate.h |
| +++ b/webkit/plugins/ppapi/mock_plugin_delegate.h |
| @@ -65,9 +65,12 @@ class MockPluginDelegate : public PluginDelegate { |
| virtual bool AsyncOpenFile(const FilePath& path, |
| int flags, |
| const AsyncOpenFileCallback& callback); |
| - virtual bool AsyncOpenFileSystemURL(const GURL& path, |
| - int flags, |
| - const AsyncOpenFileCallback& callback); |
| + virtual bool AsyncOpenFileSystemURL( |
| + const GURL& path, |
| + int flags, |
| + const AsyncOpenFileSystemURLCallback& callback); |
| + virtual base::Callback<void (base::PlatformFileError)> |
| + GetCloseFileSystemURLCallback(const GURL& path); |
|
dmichael (off chromium)
2012/06/29 16:06:40
Can you delete this now?
kinaba
2012/07/03 06:46:35
Done.
|
| virtual bool OpenFileSystem( |
| const GURL& url, |
| fileapi::FileSystemType type, |