| Index: chrome/browser/ui/extensions/shell_window.h
|
| diff --git a/chrome/browser/ui/extensions/shell_window.h b/chrome/browser/ui/extensions/shell_window.h
|
| index bd3e4e3e8a08863a7ae7a75a8969a73924bd840a..e62d53a8ec570b517c2a157fd40a374acb7e5dc2 100644
|
| --- a/chrome/browser/ui/extensions/shell_window.h
|
| +++ b/chrome/browser/ui/extensions/shell_window.h
|
| @@ -185,6 +185,10 @@ class ShellWindow : public content::NotificationObserver,
|
| // content::WebContentsDelegate implementation.
|
| virtual void CloseContents(content::WebContents* contents) OVERRIDE;
|
| virtual bool ShouldSuppressDialogs() OVERRIDE;
|
| + virtual content::ColorChooser* OpenColorChooser(
|
| + content::WebContents* web_contents,
|
| + int color_chooser_id,
|
| + SkColor color) OVERRIDE;
|
| virtual void RunFileChooser(
|
| content::WebContents* tab,
|
| const content::FileChooserParams& params) OVERRIDE;
|
|
|