| Index: apps/shell_window.cc
 | 
| diff --git a/apps/shell_window.cc b/apps/shell_window.cc
 | 
| index 96c6abd7ed63de73d0dbfbbf9d87699b44e5e976..c2b312cda73bf9284d7260bd9f5b84f3fb13dc35 100644
 | 
| --- a/apps/shell_window.cc
 | 
| +++ b/apps/shell_window.cc
 | 
| @@ -463,8 +463,11 @@ bool ShellWindow::ShouldSuppressDialogs() {
 | 
|    return true;
 | 
|  }
 | 
|  
 | 
| -content::ColorChooser* ShellWindow::OpenColorChooser(WebContents* web_contents,
 | 
| -                                                     SkColor initial_color) {
 | 
| +content::ColorChooser* ShellWindow::OpenColorChooser(
 | 
| +      WebContents* web_contents,
 | 
| +      SkColor initial_color,
 | 
| +      const std::vector<SkColor>& suggestions,
 | 
| +      const std::vector<string16>& suggestion_labels) {
 | 
|    return delegate_->ShowColorChooser(web_contents, initial_color);
 | 
|  }
 | 
|  
 | 
| 
 |