| Index: content/public/browser/web_contents_delegate.cc
|
| diff --git a/content/public/browser/web_contents_delegate.cc b/content/public/browser/web_contents_delegate.cc
|
| index db56c7e2d06bc4b5443da6049a18047388697105..1e0a62ceda239bc94c6b00c766fee0ab367a43a2 100644
|
| --- a/content/public/browser/web_contents_delegate.cc
|
| +++ b/content/public/browser/web_contents_delegate.cc
|
| @@ -135,9 +135,7 @@ bool WebContentsDelegate::IsFullscreenForTabOrPending(
|
| }
|
|
|
| content::ColorChooser* WebContentsDelegate::OpenColorChooser(
|
| - WebContents* web_contents,
|
| - int color_chooser_id,
|
| - SkColor color) {
|
| + WebContents* web_contents, SkColor color) {
|
| return NULL;
|
| }
|
|
|
|
|