| Index: content/common/fileapi/webblob_messages.h
|
| diff --git a/content/common/fileapi/webblob_messages.h b/content/common/fileapi/webblob_messages.h
|
| index 0f4688dab67c78d8a332f4b75319304bf69fbb46..4ba4900f5409af409fd9a38743911082d830c745 100644
|
| --- a/content/common/fileapi/webblob_messages.h
|
| +++ b/content/common/fileapi/webblob_messages.h
|
| @@ -11,21 +11,8 @@
|
|
|
| #define IPC_MESSAGE_START BlobMsgStart
|
|
|
| -IPC_ENUM_TRAITS(webkit_blob::BlobData::Type)
|
| -
|
| -IPC_STRUCT_TRAITS_BEGIN(webkit_blob::BlobData::Item)
|
| - IPC_STRUCT_TRAITS_MEMBER(type)
|
| - IPC_STRUCT_TRAITS_MEMBER(data)
|
| - IPC_STRUCT_TRAITS_MEMBER(file_path)
|
| - IPC_STRUCT_TRAITS_MEMBER(blob_url)
|
| - IPC_STRUCT_TRAITS_MEMBER(offset)
|
| - IPC_STRUCT_TRAITS_MEMBER(length)
|
| - IPC_STRUCT_TRAITS_MEMBER(expected_modification_time)
|
| -IPC_STRUCT_TRAITS_END()
|
| -
|
| // Blob messages sent from the renderer to the browser.
|
|
|
| -
|
| // Registers a blob as being built.
|
| IPC_MESSAGE_CONTROL1(BlobHostMsg_StartBuildingBlob,
|
| GURL /* url */)
|
|
|