| Index: chrome/browser/extensions/extension_host.h
|
| diff --git a/chrome/browser/extensions/extension_host.h b/chrome/browser/extensions/extension_host.h
|
| index b5501a76e1eb20c3c7ae1e5401fc79897b21c928..593168f130153b3b75e0a9dc05383467669d6073 100644
|
| --- a/chrome/browser/extensions/extension_host.h
|
| +++ b/chrome/browser/extensions/extension_host.h
|
| @@ -172,7 +172,9 @@ 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<content::ColorSuggestion>& suggestions) OVERRIDE;
|
| virtual void RunFileChooser(
|
| content::WebContents* tab,
|
| const content::FileChooserParams& params) OVERRIDE;
|
|
|