Index: content/common/file_system_messages.h |
=================================================================== |
--- content/common/file_system_messages.h (revision 96768) |
+++ content/common/file_system_messages.h (working copy) |
@@ -132,3 +132,11 @@ |
int /* request id */, |
GURL /* file path */, |
int /* file flags */) |
+ |
+// Pre- and post-update notifications for ppapi implementation. |
+IPC_MESSAGE_CONTROL1(FileSystemHostMsg_WillUpdate, |
+ GURL /* file_path */) |
+ |
+IPC_MESSAGE_CONTROL2(FileSystemHostMsg_DidUpdate, |
+ GURL /* file_path */, |
+ int64 /* delta */) |