summaryrefslogtreecommitdiffstats
path: root/chrome/common/render_messages_internal.h
diff options
context:
space:
mode:
authorjianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-14 00:21:47 +0000
committerjianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-14 00:21:47 +0000
commit564551a2ece790b22fd2a70aeb8591805fe943be (patch)
tree4a488ae255344ea3c84e34976816508a23d228e0 /chrome/common/render_messages_internal.h
parentfa6797241c533cc2c2ce0504f68decdea990c59f (diff)
downloadchromium_src-564551a2ece790b22fd2a70aeb8591805fe943be.zip
chromium_src-564551a2ece790b22fd2a70aeb8591805fe943be.tar.gz
chromium_src-564551a2ece790b22fd2a70aeb8591805fe943be.tar.bz2
Fix the problem that FileReader does not work on Mac/Linux. The fix
is to pass the file handle with magic FileDescriptor over IPC for POSIX. BUG=none TEST=none Review URL: http://codereview.chromium.org/2123001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47227 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/render_messages_internal.h')
-rw-r--r--chrome/common/render_messages_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
index 109c8b7..a4646ae 100644
--- a/chrome/common/render_messages_internal.h
+++ b/chrome/common/render_messages_internal.h
@@ -2148,7 +2148,7 @@ IPC_BEGIN_MESSAGES(ViewHost)
IPC_SYNC_MESSAGE_CONTROL2_1(ViewHostMsg_OpenFile,
FilePath /* path */,
int /* mode */,
- base::PlatformFile /* result */)
+ IPC::PlatformFileForTransit /* result */)
// Sent by the renderer process to acknowledge receipt of a
// ViewMsg_CSSInsertRequest message and css has been inserted into the frame.