| Index: apps/shell_window.cc
|
| diff --git a/apps/shell_window.cc b/apps/shell_window.cc
|
| index 2c0b3fac68463847044925154795f0aa9c020271..f52d91224c1b66bf5a337af3824709dd12fcace0 100644
|
| --- a/apps/shell_window.cc
|
| +++ b/apps/shell_window.cc
|
| @@ -540,8 +540,10 @@ 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<content::ColorSuggestion>& suggestionss) {
|
| return delegate_->ShowColorChooser(web_contents, initial_color);
|
| }
|
|
|
|
|