| Index: chrome/browser/extensions/extension_host.h
 | 
| diff --git a/chrome/browser/extensions/extension_host.h b/chrome/browser/extensions/extension_host.h
 | 
| index fe97ef2ad5460dc7bef423996d0f3b4b575c9aff..683be9a6e987c01c10796f066358d9d3e92b9d0a 100644
 | 
| --- a/chrome/browser/extensions/extension_host.h
 | 
| +++ b/chrome/browser/extensions/extension_host.h
 | 
| @@ -166,7 +166,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;
 | 
| 
 |