Index: webkit/plugins/ppapi/mock_plugin_delegate.cc |
=================================================================== |
--- webkit/plugins/ppapi/mock_plugin_delegate.cc (revision 96768) |
+++ webkit/plugins/ppapi/mock_plugin_delegate.cc (working copy) |
@@ -136,6 +136,17 @@ |
return false; |
} |
+void MockPluginDelegate::QueryAvailableSpace( |
+ const GURL& origin, quota::StorageType type, |
+ AvailableSpaceCallback* callback) { |
+} |
+ |
+void MockPluginDelegate::WillUpdateFile(const GURL& file_path) { |
+} |
+ |
+void MockPluginDelegate::DidUpdateFile(const GURL& file_path, int64_t delta) { |
+} |
+ |
base::PlatformFileError MockPluginDelegate::OpenFile( |
const PepperFilePath& path, |
int flags, |