| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 22855bc0d2c3349f7d51168102d675588b9d409e..55a02b26e7f5f2f25c0385d2bce69a1fcb85e8de 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -767,6 +767,10 @@ IPC_SYNC_MESSAGE_CONTROL0_1(ViewHostMsg_GetHardwareInputChannelLayout,
|
| IPC_SYNC_MESSAGE_CONTROL0_1(ViewHostMsg_GetCPUUsage,
|
| int /* CPU usage in percents */)
|
|
|
| +// Asks the browser for the user's monitor profile.
|
| +IPC_SYNC_MESSAGE_CONTROL0_1(ViewHostMsg_GetMonitorColorProfile,
|
| + std::vector<char> /* profile */)
|
| +
|
| // Tells the renderer to create a new view.
|
| // This message is slightly different, the view it takes (via
|
| // ViewMsg_New_Params) is the view to create, the message itself is sent as a
|
|
|