| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index 349c423716f0f0e4f273cfe919e7855c6001995a..af973dd8ab780478384d99461f6ba14aad28f4d1 100644
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.h
|
| @@ -2841,9 +2841,10 @@ IPC_BEGIN_MESSAGES(ViewHost)
|
| FilePath /* dest path */)
|
|
|
| // WebFileSystem::remove() message.
|
| - IPC_MESSAGE_CONTROL2(ViewHostMsg_FileSystem_Remove,
|
| + IPC_MESSAGE_CONTROL3(ViewHostMsg_FileSystem_Remove,
|
| int /* request_id */,
|
| - FilePath /* path */)
|
| + FilePath /* path */,
|
| + bool /* recursive */)
|
|
|
| // WebFileSystem::readMetadata() message.
|
| IPC_MESSAGE_CONTROL2(ViewHostMsg_FileSystem_ReadMetadata,
|
|
|