Index: content/renderer/pepper_plugin_delegate_impl.h |
diff --git a/content/renderer/pepper_plugin_delegate_impl.h b/content/renderer/pepper_plugin_delegate_impl.h |
index 6e351520a122c89eb89efb91e14783ecbe26d32e..02fd352d92517721d3578a06c33a748ae6ff2719 100644 |
--- a/content/renderer/pepper_plugin_delegate_impl.h |
+++ b/content/renderer/pepper_plugin_delegate_impl.h |
@@ -217,6 +217,11 @@ class PepperPluginDelegateImpl |
fileapi::FileSystemCallbackDispatcher* dispatcher); |
virtual bool ReadDirectory(const GURL& directory_path, |
fileapi::FileSystemCallbackDispatcher* dispatcher); |
+ virtual void QueryAvailableSpace(const GURL& origin, |
+ quota::StorageType type, |
+ AvailableSpaceCallback* callback); |
+ virtual void WillUpdateFile(const GURL& file_path); |
+ virtual void DidUpdateFile(const GURL& file_path, int64_t delta); |
virtual base::PlatformFileError OpenFile( |
const webkit::ppapi::PepperFilePath& path, |
int flags, |