| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index c507af6504073005dbca54f43240263175e46cf5..1008de2b0d56f6c3753ba0c88f6ffb33ffa5c5ec 100644
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.h
|
| @@ -2858,9 +2858,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,
|
|
|