| Index: apps/shell_window.cc
|
| diff --git a/apps/shell_window.cc b/apps/shell_window.cc
|
| index 43178836044fa463dd99b3b07a3e23482fbe0bee..f6c9e4a9148aa2c17e85e7a15ec17d253d5490b7 100644
|
| --- a/apps/shell_window.cc
|
| +++ b/apps/shell_window.cc
|
| @@ -472,8 +472,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);
|
| }
|
|
|
|
|