| Index: content/common/fileapi/webblob_messages.h
|
| diff --git a/content/common/fileapi/webblob_messages.h b/content/common/fileapi/webblob_messages.h
|
| index 92a98164ca5fd1cab5dd44fedc94bf0ce3fcc7ad..b4399e7f472997bafd81a521420b28a13041e06e 100644
|
| --- a/content/common/fileapi/webblob_messages.h
|
| +++ b/content/common/fileapi/webblob_messages.h
|
| @@ -39,18 +39,6 @@ IPC_MESSAGE_CONTROL2(BlobHostMsg_RegisterPublicURL,
|
| IPC_MESSAGE_CONTROL1(BlobHostMsg_RevokePublicURL,
|
| GURL)
|
|
|
| -// Temporary support for mapping old style blobUrls to new style uuids.
|
| -IPC_MESSAGE_CONTROL2(BlobHostMsg_DeprecatedRegisterBlobURL,
|
| - GURL,
|
| - std::string /* uuid */)
|
| -IPC_MESSAGE_CONTROL2(BlobHostMsg_DeprecatedCloneBlobURL,
|
| - GURL,
|
| - GURL)
|
| -IPC_MESSAGE_CONTROL1(BlobHostMsg_DeprecatedRevokeBlobURL,
|
| - GURL)
|
| -
|
| -
|
| -
|
| // Stream messages sent from the renderer to the browser.
|
|
|
| // Registers a stream as being built.
|
|
|