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

Unified Diff: content/common/file_system_messages.h

Issue 7618039: PPB_URLRequestInfo::AppendFileToBody using sync ipc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 years, 4 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 5147caf30e1606d103a20a81b4ec7c828ed0bf07..38504f69fa0f2cf8016c546590c65677322cb445 100644
--- a/content/common/file_system_messages.h
+++ b/content/common/file_system_messages.h
@@ -133,6 +133,11 @@ IPC_MESSAGE_CONTROL3(FileSystemHostMsg_OpenFile,
GURL /* file path */,
int /* file flags */)
+// For Pepper's URL loader.
+IPC_SYNC_MESSAGE_CONTROL1_1(FileSystemHostMsg_SyncGetPlatformPath,
+ GURL /* file path */,
+ FilePath /* platform_path */)
+
// Pre- and post-update notifications for ppapi implementation.
IPC_MESSAGE_CONTROL1(FileSystemHostMsg_WillUpdate,
GURL /* file_path */)

Powered by Google App Engine
This is Rietveld 408576698