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 47e30b2acba8b182e6bb3e5561646b0e92ae7032..eaea1b0384785dc182b1cb6642631f9308928f85 100644 |
--- a/content/public/browser/web_contents_delegate.cc |
+++ b/content/public/browser/web_contents_delegate.cc |
@@ -142,7 +142,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; |
} |