| 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 3e0329ba7000ae94643f1bbd617b0e0ce6f0c184..f9e495130362be2519fe1a6ad0960428aae0d3db 100644
|
| --- a/content/public/browser/web_contents_delegate.cc
|
| +++ b/content/public/browser/web_contents_delegate.cc
|
| @@ -146,7 +146,9 @@ bool WebContentsDelegate::IsFullscreenForTabOrPending(
|
| }
|
|
|
| content::ColorChooser* WebContentsDelegate::OpenColorChooser(
|
| - WebContents* web_contents, SkColor color) {
|
| + WebContents* web_contents,
|
| + SkColor color,
|
| + const std::vector<ColorSuggestion>& suggestions) {
|
| return NULL;
|
| }
|
|
|
|
|