Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(685)

Unified Diff: content/browser/renderer_host/render_message_filter.h

Issue 1796293003: Image decode color: Push color profile from browser to renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/renderer_host/render_message_filter.cc » ('j') | ui/gfx/color_profile_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | content/browser/renderer_host/render_message_filter.cc » ('j') | ui/gfx/color_profile_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698