diff options
author | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-17 16:16:00 +0000 |
---|---|---|
committer | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-17 16:16:00 +0000 |
commit | 8573b3339aa26a4083a7d30abc8953ee5fbb0daf (patch) | |
tree | 79951d6129d8bba0dec9e565355d9493403e4653 /content/common/file_system_messages.h | |
parent | 60a55109c391fcab1ff41b60b5394a6ae3d09bbc (diff) | |
download | chromium_src-8573b3339aa26a4083a7d30abc8953ee5fbb0daf.zip chromium_src-8573b3339aa26a4083a7d30abc8953ee5fbb0daf.tar.gz chromium_src-8573b3339aa26a4083a7d30abc8953ee5fbb0daf.tar.bz2 |
AppendFileToBody by blocking ipc
Another version of change to fix PPB_URLRequestInfo::AppendFileToBody using synchronous IPC.
BUG=90878
TEST=PPAPITest.TestURLLoader
Review URL: http://codereview.chromium.org/7618039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97140 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/file_system_messages.h')
-rw-r--r-- | content/common/file_system_messages.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/content/common/file_system_messages.h b/content/common/file_system_messages.h index 5147caf..38504f6 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 */) |