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