| Index: content/browser/renderer_host/render_message_filter.h
|
| diff --git a/content/browser/renderer_host/render_message_filter.h b/content/browser/renderer_host/render_message_filter.h
|
| index c868fe1c914e3a11bbfe693fc0ecf67188bf7693..97c39c39856c9d8f298593711149bfd66da8960b 100644
|
| --- a/content/browser/renderer_host/render_message_filter.h
|
| +++ b/content/browser/renderer_host/render_message_filter.h
|
| @@ -158,11 +158,6 @@ class CONTENT_EXPORT RenderMessageFilter : public BrowserMessageFilter {
|
| void OnGetAudioHardwareConfig(media::AudioParameters* input_params,
|
| media::AudioParameters* output_params);
|
|
|
| -#if defined(OS_WIN)
|
| - // Used to look up the monitor color profile.
|
| - void OnGetMonitorColorProfile(std::vector<char>* profile);
|
| -#endif
|
| -
|
| // Message handlers called on the browser IO thread:
|
| void OnEstablishGpuChannel(CauseForGpuLaunch, IPC::Message* reply);
|
| void OnHasGpuProcess(IPC::Message* reply);
|
| @@ -173,6 +168,7 @@ class CONTENT_EXPORT RenderMessageFilter : public BrowserMessageFilter {
|
| void GetGpuProcessHandlesCallback(
|
| std::unique_ptr<IPC::Message> reply,
|
| const std::list<base::ProcessHandle>& handles);
|
| +
|
| // Used to ask the browser to allocate a block of shared memory for the
|
| // renderer to send back data in, since shared memory can't be created
|
| // in the renderer on POSIX due to the sandbox.
|
|
|