| 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..4e7cfa4ebc5f124e2be2d7dafcdfd257c5e8275f 100644
|
| --- a/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| +++ b/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| @@ -68,6 +68,8 @@ class MockPluginDelegate : public PluginDelegate {
|
| virtual bool AsyncOpenFileSystemURL(const GURL& path,
|
| int flags,
|
| const AsyncOpenFileCallback& callback);
|
| + virtual base::Callback<void (base::PlatformFileError)>
|
| + GetCloseFileSystemURLCallback(const GURL& path);
|
| virtual bool OpenFileSystem(
|
| const GURL& url,
|
| fileapi::FileSystemType type,
|
|
|