Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(485)

Unified Diff: content/common/file_system_messages.h

Issue 7433006: Pepper quota support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 */)
« no previous file with comments | « content/browser/file_system/file_system_dispatcher_host.cc ('k') | content/renderer/pepper_plugin_delegate_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698