| Index: chrome/common/render_messages_internal.h
|
| ===================================================================
|
| --- chrome/common/render_messages_internal.h (revision 60236)
|
| +++ chrome/common/render_messages_internal.h (working copy)
|
| @@ -2843,6 +2843,13 @@
|
| int /* request_id */,
|
| FilePath /* path */)
|
|
|
| + // Pepper's Touch() message.
|
| + IPC_MESSAGE_CONTROL4(ViewHostMsg_FileSystem_TouchFile,
|
| + int /* request_id */,
|
| + FilePath /* path */,
|
| + base::Time /* last_access_time */,
|
| + base::Time /* last_modified_time */)
|
| +
|
| //---------------------------------------------------------------------------
|
| // Blob messages:
|
|
|
|
|