| Index: content/common/file_system_messages.h
|
| diff --git a/content/common/file_system_messages.h b/content/common/file_system_messages.h
|
| index 5147caf30e1606d103a20a81b4ec7c828ed0bf07..38504f69fa0f2cf8016c546590c65677322cb445 100644
|
| --- a/content/common/file_system_messages.h
|
| +++ b/content/common/file_system_messages.h
|
| @@ -133,6 +133,11 @@ IPC_MESSAGE_CONTROL3(FileSystemHostMsg_OpenFile,
|
| GURL /* file path */,
|
| int /* file flags */)
|
|
|
| +// For Pepper's URL loader.
|
| +IPC_SYNC_MESSAGE_CONTROL1_1(FileSystemHostMsg_SyncGetPlatformPath,
|
| + GURL /* file path */,
|
| + FilePath /* platform_path */)
|
| +
|
| // Pre- and post-update notifications for ppapi implementation.
|
| IPC_MESSAGE_CONTROL1(FileSystemHostMsg_WillUpdate,
|
| GURL /* file_path */)
|
|
|