| 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 4de2a6b308ab5e8c66983cf54a5a07b1c32703ea..631534eaf8bc1441dece620dd35051b9d57ea501 100644
|
| --- a/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| +++ b/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| @@ -71,6 +71,12 @@ class MockPluginDelegate : public PluginDelegate {
|
| const GURL& path,
|
| int flags,
|
| const AsyncOpenFileSystemURLCallback& callback);
|
| + virtual bool IsFileSystemOpened(PP_Instance instance,
|
| + PP_Resource resource) const;
|
| + virtual PP_FileSystemType GetFileSystemType(PP_Instance instance,
|
| + PP_Resource resource) const;
|
| + virtual GURL GetFileSystemRootUrl(PP_Instance instance,
|
| + PP_Resource resource) const;
|
| virtual bool OpenFileSystem(
|
| const GURL& origin_url,
|
| fileapi::FileSystemType type,
|
|
|