| Index: chrome/browser/extensions/extension_host.h
|
| diff --git a/chrome/browser/extensions/extension_host.h b/chrome/browser/extensions/extension_host.h
|
| index 06a8cde675ddc4e8faf9e598a70cb6b8c73afd98..9433037cfa7fcbe0818b716d57ff7232c9148092 100644
|
| --- a/chrome/browser/extensions/extension_host.h
|
| +++ b/chrome/browser/extensions/extension_host.h
|
| @@ -155,6 +155,8 @@ class ExtensionHost : public content::WebContentsDelegate,
|
| const gfx::Size& new_size) OVERRIDE;
|
| virtual content::JavaScriptDialogManager*
|
| GetJavaScriptDialogManager() OVERRIDE;
|
| + virtual content::ColorChooser* OpenColorChooser(
|
| + content::WebContents* web_contents, SkColor color) OVERRIDE;
|
| virtual void RunFileChooser(
|
| content::WebContents* tab,
|
| const content::FileChooserParams& params) OVERRIDE;
|
|
|