| Index: chrome/common/extensions/chrome_utility_extensions_messages.h
|
| diff --git a/chrome/common/extensions/chrome_utility_extensions_messages.h b/chrome/common/extensions/chrome_utility_extensions_messages.h
|
| index fcf59fbb92df98f6f75f7c9f6c724df620dd4812..9994fd928a117ee7ef102c212e861447cb3a66a4 100644
|
| --- a/chrome/common/extensions/chrome_utility_extensions_messages.h
|
| +++ b/chrome/common/extensions/chrome_utility_extensions_messages.h
|
| @@ -90,14 +90,6 @@ IPC_MESSAGE_CONTROL2(ChromeUtilityMsg_IndexPicasaAlbumsContents,
|
| std::vector<picasa::FolderINIContents> /* folders_inis */)
|
| #endif // defined(OS_WIN) || defined(OS_MACOSX)
|
|
|
| -// Tell the utility process to attempt to validate the passed media file. The
|
| -// file will undergo basic sanity checks and will be decoded for up to
|
| -// |milliseconds_of_decoding| wall clock time. It is still not safe to decode
|
| -// the file in the browser process after this check.
|
| -IPC_MESSAGE_CONTROL2(ChromeUtilityMsg_CheckMediaFile,
|
| - int64_t /* milliseconds_of_decoding */,
|
| - IPC::PlatformFileForTransit /* Media file to parse */)
|
| -
|
| IPC_MESSAGE_CONTROL3(ChromeUtilityMsg_ParseMediaMetadata,
|
| std::string /* mime_type */,
|
| int64_t /* total_size */,
|
| @@ -155,11 +147,6 @@ IPC_MESSAGE_CONTROL1(ChromeUtilityHostMsg_IndexPicasaAlbumsContents_Finished,
|
| picasa::AlbumImagesMap /* albums_images */)
|
| #endif // defined(OS_WIN) || defined(OS_MACOSX)
|
|
|
| -// Reply after checking the passed media file. A true result indicates that
|
| -// the file appears to be a well formed media file.
|
| -IPC_MESSAGE_CONTROL1(ChromeUtilityHostMsg_CheckMediaFile_Finished,
|
| - bool /* passed_checks */)
|
| -
|
| IPC_MESSAGE_CONTROL3(
|
| ChromeUtilityHostMsg_ParseMediaMetadata_Finished,
|
| bool /* parse_success */,
|
|
|