| 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 495d579618ff5b5f78274afa0ce4061ad6b65736..dbab2b31c121b72008842e5da86054675a0f3265 100644
|
| --- a/chrome/browser/ui/views/external_tab_container_win.h
|
| +++ b/chrome/browser/ui/views/external_tab_container_win.h
|
| @@ -145,7 +145,10 @@ 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<SkColor>& suggestions,
|
| + const std::vector<string16>& suggestion_labels) OVERRIDE;
|
| virtual void RunFileChooser(
|
| content::WebContents* tab,
|
| const content::FileChooserParams& params) OVERRIDE;
|
|
|