Index: chrome/browser/extensions/extension_host.h |
diff --git a/chrome/browser/extensions/extension_host.h b/chrome/browser/extensions/extension_host.h |
index 8442d49fc015a6b83b5c868c8c5fb756d5486959..e3bdd672413e104bd89daa40b17776e3971c66dd 100644 |
--- a/chrome/browser/extensions/extension_host.h |
+++ b/chrome/browser/extensions/extension_host.h |
@@ -167,7 +167,10 @@ class ExtensionHost : public content::WebContentsDelegate, |
virtual content::JavaScriptDialogManager* |
GetJavaScriptDialogManager() OVERRIDE; |
virtual content::ColorChooser* OpenColorChooser( |
- content::WebContents* web_contents, SkColor color) OVERRIDE; |
+ content::WebContents* web_contents, |
+ SkColor color, |
+ const std::vector<SkColor>& suggestions, |
+ const std::vector<string16>& suggestion_labels) OVERRIDE; |
virtual void RunFileChooser( |
content::WebContents* tab, |
const content::FileChooserParams& params) OVERRIDE; |