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

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

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.cc
diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.cc b/webkit/plugins/ppapi/mock_plugin_delegate.cc
index b648e68c9feac1f5fbb018a120d5ccb8efbf4d2c..4a2f16d1dfb6bca6f443610cf2090a12f3ad8af6 100644
--- a/webkit/plugins/ppapi/mock_plugin_delegate.cc
+++ b/webkit/plugins/ppapi/mock_plugin_delegate.cc
@@ -142,6 +142,11 @@ bool MockPluginDelegate::AsyncOpenFileSystemURL(
return false;
}
+base::Callback<void (base::PlatformFileError)>
+MockPluginDelegate::GetCloseFileSystemURLCallback(const GURL& path) {
+ return base::Callback<void (base::PlatformFileError)>();
+}
+
bool MockPluginDelegate::OpenFileSystem(
const GURL& url,
fileapi::FileSystemType type,

Powered by Google App Engine
This is Rietveld 408576698