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

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

Issue 10541113: Notify CloseFile from Pepper to FileSystem. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added DLOG, DCHECK. Created 8 years, 6 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 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,

Powered by Google App Engine
This is Rietveld 408576698