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

Unified Diff: content/common/fileapi/file_system_messages.h

Issue 10541113: Notify CloseFile from Pepper to FileSystem. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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/fileapi/file_system_messages.h
diff --git a/content/common/fileapi/file_system_messages.h b/content/common/fileapi/file_system_messages.h
index 465408dda704fe91920bc378a5e8a7c9771ae960..e055164335c25d5905e8decba2aefb400a4e8e14 100644
--- a/content/common/fileapi/file_system_messages.h
+++ b/content/common/fileapi/file_system_messages.h
@@ -133,6 +133,11 @@ IPC_MESSAGE_CONTROL3(FileSystemHostMsg_OpenFile,
GURL /* file path */,
int /* file flags */)
+// Pepper's NotifyCloseFile message.
+IPC_MESSAGE_CONTROL2(FileSystemHostMsg_NotifyCloseFile,
+ int /* request id */,
+ GURL /* file path */)
+
// WebFileSystem::createSnapshotFileAndReadMetadata() message.
IPC_MESSAGE_CONTROL3(FileSystemHostMsg_CreateSnapshotFile,
int /* request_id */,

Powered by Google App Engine
This is Rietveld 408576698