| Index: content/public/browser/render_widget_host.h
|
| diff --git a/content/public/browser/render_widget_host.h b/content/public/browser/render_widget_host.h
|
| index b1d500de04456446f0d9e5ebca409307f68151ca..f5b81c139555ee2e1431f350e58da865a624cd53 100644
|
| --- a/content/public/browser/render_widget_host.h
|
| +++ b/content/public/browser/render_widget_host.h
|
| @@ -258,8 +258,6 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Sender {
|
|
|
| // Get the screen info corresponding to this render widget.
|
| virtual void GetWebScreenInfo(blink::WebScreenInfo* result) = 0;
|
| - // Get the color profile corresponding to this render widget.
|
| - virtual bool GetScreenColorProfile(std::vector<char>* color_profile) = 0;
|
|
|
| // Sends a compositor proto to the render widget.
|
| virtual void HandleCompositorProto(const std::vector<uint8_t>& proto) = 0;
|
|
|