| 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 68100025db9a8dfcb96cb1c1df1caa92f6b3b98a..dd80c79111afc0f6a42f1c11a139c8d6a41c9efc 100644
|
| --- a/content/public/browser/web_contents_delegate.cc
|
| +++ b/content/public/browser/web_contents_delegate.cc
|
| @@ -145,7 +145,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;
|
| }
|
|
|
|
|