| Index: content/common/fileapi/webblob_messages.h
|
| diff --git a/content/common/fileapi/webblob_messages.h b/content/common/fileapi/webblob_messages.h
|
| index f1dcea67a5752541d4d43ec86c4dd3da8eb7a420..aad38c35d5d8bb0afb16e82b9f55e194a7c0f784 100644
|
| --- a/content/common/fileapi/webblob_messages.h
|
| +++ b/content/common/fileapi/webblob_messages.h
|
| @@ -57,6 +57,10 @@ IPC_SYNC_MESSAGE_CONTROL3_0(StreamHostMsg_SyncAppendSharedMemory,
|
| base::SharedMemoryHandle,
|
| size_t /* buffer size */)
|
|
|
| +// Flushes contents buffered in the stream.
|
| +IPC_MESSAGE_CONTROL1(StreamHostMsg_Flush,
|
| + GURL /* url */)
|
| +
|
| // Finishes building a stream.
|
| IPC_MESSAGE_CONTROL1(StreamHostMsg_FinishBuilding,
|
| GURL /* url */)
|
|
|