Index: content/common/file_system_messages.h |
diff --git a/content/common/file_system_messages.h b/content/common/file_system_messages.h |
index 0df4b0ce52f29db73125651b4472643a668c015b..5147caf30e1606d103a20a81b4ec7c828ed0bf07 100644 |
--- a/content/common/file_system_messages.h |
+++ b/content/common/file_system_messages.h |
@@ -132,3 +132,11 @@ IPC_MESSAGE_CONTROL3(FileSystemHostMsg_OpenFile, |
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 */) |