| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index a34bc6921489614da7ba00e1e5ff29eaf37c3143..eb5af4ab81a373b66a8d3aa595fced128dfa7a49 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1218,8 +1218,8 @@ IPC_MESSAGE_ROUTED1(ViewMsg_SetActive,
|
| // Sent when the worker has started.
|
| IPC_MESSAGE_ROUTED0(ViewMsg_WorkerCreated)
|
|
|
| -// The response to ViewHostMsg_AsyncOpenFile.
|
| -IPC_MESSAGE_ROUTED3(ViewMsg_AsyncOpenFile_ACK,
|
| +// The response to ViewHostMsg_AsyncOpenPepperFile.
|
| +IPC_MESSAGE_ROUTED3(ViewMsg_AsyncOpenPepperFile_ACK,
|
| base::PlatformFileError /* error_code */,
|
| IPC::PlatformFileForTransit /* file descriptor */,
|
| int /* message_id */)
|
| @@ -2092,11 +2092,11 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_DidOverscroll,
|
| gfx::Vector2dF /* accumulated_overscroll */,
|
| gfx::Vector2dF /* current_fling_velocity */)
|
|
|
| -// Opens a file asynchronously. The response returns a file descriptor
|
| +// Opens a Pepper file asynchronously. The response returns a file descriptor
|
| // and an error code from base/platform_file.h.
|
| -IPC_MESSAGE_ROUTED3(ViewHostMsg_AsyncOpenFile,
|
| +IPC_MESSAGE_ROUTED3(ViewHostMsg_AsyncOpenPepperFile,
|
| base::FilePath /* file path */,
|
| - int /* flags */,
|
| + int /* pp_open_flags */,
|
| int /* message_id */)
|
|
|
| // Reply to a snapshot request containing whether snapshotting succeeded and the
|
|
|