Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 1ec6b9be307edb71efa4972e72f3d43562d27184..d0061e0f6b627b436d5632d10eb8144293ef1a47 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -765,6 +765,11 @@ 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_CONTROL1_1(ViewHostMsg_GetMonitorColorProfile, |
+ gfx::NativeViewId /* parent_window */, |
+ 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 |