| Index: chrome/browser/ui/views/external_tab_container_win.cc
 | 
| diff --git a/chrome/browser/ui/views/external_tab_container_win.cc b/chrome/browser/ui/views/external_tab_container_win.cc
 | 
| index 189016daffb5b2d742ebc682415601c721d3470d..aae3926638850d5df68f15b200651dd041c014be 100644
 | 
| --- a/chrome/browser/ui/views/external_tab_container_win.cc
 | 
| +++ b/chrome/browser/ui/views/external_tab_container_win.cc
 | 
| @@ -995,7 +995,9 @@ void ExternalTabContainerWin::ShowRepostFormWarningDialog(WebContents* source) {
 | 
|  }
 | 
|  
 | 
|  content::ColorChooser* ExternalTabContainerWin::OpenColorChooser(
 | 
| -    WebContents* web_contents, SkColor initial_color) {
 | 
| +      WebContents* web_contents,
 | 
| +      SkColor initial_color,
 | 
| +      const std::vector<content::ColorSuggestion>& suggestions) {
 | 
|    return chrome::ShowColorChooser(web_contents, initial_color);
 | 
|  }
 | 
|  
 | 
| 
 |