Index: content/browser/file_system/file_system_dispatcher_host.h |
=================================================================== |
--- content/browser/file_system/file_system_dispatcher_host.h (revision 96768) |
+++ content/browser/file_system/file_system_dispatcher_host.h (working copy) |
@@ -83,6 +83,8 @@ |
const base::Time& last_modified_time); |
void OnCancel(int request_id, int request_to_cancel); |
void OnOpenFile(int request_id, const GURL& path, int file_flags); |
+ void OnWillUpdate(const GURL& path); |
+ void OnDidUpdate(const GURL& path, int64 delta); |
// Creates a new FileSystemOperation. |
fileapi::FileSystemOperation* GetNewOperation(int request_id); |