| Index: chrome/browser/ui/views/external_tab_container_win.h
|
| diff --git a/chrome/browser/ui/views/external_tab_container_win.h b/chrome/browser/ui/views/external_tab_container_win.h
|
| index 324a0f3e2210aa725db55ddf7e3c04c7eb145ae8..7709bf01433210d0c9ca293e344befd54b1d4548 100644
|
| --- a/chrome/browser/ui/views/external_tab_container_win.h
|
| +++ b/chrome/browser/ui/views/external_tab_container_win.h
|
| @@ -145,6 +145,8 @@ class ExternalTabContainerWin : public ExternalTabContainer,
|
| GetJavaScriptDialogManager() OVERRIDE;
|
| virtual void ShowRepostFormWarningDialog(
|
| content::WebContents* source) OVERRIDE;
|
| + virtual content::ColorChooser* OpenColorChooser(
|
| + content::WebContents* web_contents, SkColor color) OVERRIDE;
|
| virtual void RunFileChooser(
|
| content::WebContents* tab,
|
| const content::FileChooserParams& params) OVERRIDE;
|
|
|