| Index: chrome/common/chrome_utility_messages.h
|
| diff --git a/chrome/common/chrome_utility_messages.h b/chrome/common/chrome_utility_messages.h
|
| index 6750826455afb14c763751a0d69693c0d7a89a11..e67cec348cc3284f24d757ab9aa153fce61efa7d 100644
|
| --- a/chrome/common/chrome_utility_messages.h
|
| +++ b/chrome/common/chrome_utility_messages.h
|
| @@ -85,6 +85,11 @@ IPC_MESSAGE_CONTROL4(ChromeUtilityMsg_RenderPDFPagesToMetafile,
|
| printing::PdfRenderSettings, // PDF render settitngs
|
| std::vector<printing::PageRange>)
|
|
|
| +// Tell the utility process to decode the given JPEG image data with a robust
|
| +// libjpeg codec.
|
| +IPC_MESSAGE_CONTROL1(ChromeUtilityMsg_RobustJPEGDecodeImage,
|
| + std::vector<unsigned char>) // encoded image contents
|
| +
|
| // Tell the utility process to parse a JSON string into a Value object.
|
| IPC_MESSAGE_CONTROL1(ChromeUtilityMsg_ParseJSON,
|
| std::string /* JSON to parse */)
|
|
|