| Index: content/common/render_process_messages.h
|
| diff --git a/content/common/render_process_messages.h b/content/common/render_process_messages.h
|
| index e802f8e642847dc0559f0f89e3aff90e41a48aa5..d42ed8fac13815d25c4e9f7f363cc804e8d3887e 100644
|
| --- a/content/common/render_process_messages.h
|
| +++ b/content/common/render_process_messages.h
|
| @@ -73,8 +73,4 @@ IPC_SYNC_MESSAGE_CONTROL1_3(RenderProcessHostMsg_LoadFont,
|
| IPC_SYNC_MESSAGE_CONTROL2_0(RenderProcessHostMsg_PreCacheFontCharacters,
|
| LOGFONT /* font_data */,
|
| base::string16 /* characters */)
|
| -
|
| -// Asks the browser for the user's monitor profile.
|
| -IPC_SYNC_MESSAGE_CONTROL0_1(RenderProcessHostMsg_GetMonitorColorProfile,
|
| - std::vector<char> /* profile */)
|
| #endif
|
|
|