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