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..2a83c99ea64c17181fc955fac209a04763bc0caf 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; |
} |
+virtual base::Callback<void (base::PlatformFileError)> |
+ GetCloseFileSystemURLCallback(const GURL& path) { |
+ return base::Callback<void (base::PlatformFileError)>(); |
+} |
+ |
bool MockPluginDelegate::OpenFileSystem( |
const GURL& url, |
fileapi::FileSystemType type, |