| 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 10b5a1d2bf7bf05faefc933cb5fdedb2d6077716..d499870c1c95fb0e2b8c71faa71777d7c2988cdf 100644
|
| --- a/chrome/browser/ui/extensions/shell_window.h
|
| +++ b/chrome/browser/ui/extensions/shell_window.h
|
| @@ -207,6 +207,8 @@ 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, SkColor color) OVERRIDE;
|
| virtual void RunFileChooser(
|
| content::WebContents* tab,
|
| const content::FileChooserParams& params) OVERRIDE;
|
|
|