| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 5d4d20277956dd8e2d8deccbee155aa5452158ca..abd9665f5fb2492fb7192bf166efcb958863634a 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -758,6 +758,12 @@ 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_CONTROL2_1(ViewHostMsg_GetMonitorColorProfile,
|
| + gfx::NativeViewId /* parent_window */,
|
| + std::string /* type */,
|
| + 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
|
|
|