Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(422)

Unified Diff: webkit/plugins/ppapi/mock_plugin_delegate.h

Issue 13726024: Refactor FileSystem (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..41da91a8d70d87fae37a789eba51580ebc5d9922 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 std::string GetFileSystemRootUrl(PP_Instance instance,
+ PP_Resource resource) const;
virtual bool OpenFileSystem(
const GURL& origin_url,
fileapi::FileSystemType type,

Powered by Google App Engine
This is Rietveld 408576698