| 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 7163376524625d3d5db6d0a6ca140f7cedebd833..aea627da373b45cc8f7b62e74969c11f9dfd7746 100644
|
| --- a/chrome/browser/ui/views/external_tab_container_win.h
|
| +++ b/chrome/browser/ui/views/external_tab_container_win.h
|
| @@ -144,7 +144,9 @@ class ExternalTabContainerWin : public ExternalTabContainer,
|
| virtual void ShowRepostFormWarningDialog(
|
| content::WebContents* source) OVERRIDE;
|
| virtual content::ColorChooser* OpenColorChooser(
|
| - content::WebContents* web_contents, SkColor color) OVERRIDE;
|
| + content::WebContents* web_contents,
|
| + SkColor color,
|
| + const std::vector<content::ColorSuggestion>& suggestions) OVERRIDE;
|
| virtual void RunFileChooser(
|
| content::WebContents* tab,
|
| const content::FileChooserParams& params) OVERRIDE;
|
|
|