| 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 fee67a542a1161db7074765f0d6fdd8d99b7c302..65bc2de54d94880fc5ab40200cd69c8bee57ded5 100644
|
| --- a/chrome/browser/ui/extensions/shell_window.h
|
| +++ b/chrome/browser/ui/extensions/shell_window.h
|
| @@ -206,6 +206,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;
|
|
|