| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index b2e62297c40ce897e9880c61faaa70d1a15dd5da..be0c693e48da542d6f3120789bd8a735423bc916 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -571,11 +571,6 @@ IPC_MESSAGE_ROUTED1(ViewMsg_EnableDeviceEmulation,
|
| // Disables device emulation, enabled previously by EnableDeviceEmulation.
|
| IPC_MESSAGE_ROUTED0(ViewMsg_DisableDeviceEmulation)
|
|
|
| -// Sent to inform the renderer of its screen device color profile. An empty
|
| -// profile tells the renderer use the default sRGB color profile.
|
| -IPC_MESSAGE_ROUTED1(ViewMsg_ColorProfile,
|
| - std::vector<char> /* color profile */)
|
| -
|
| // Tells the render view that the resize rect has changed.
|
| IPC_MESSAGE_ROUTED1(ViewMsg_ChangeResizeRect,
|
| gfx::Rect /* resizer_rect */)
|
|
|