| Index: apps/shell_window.h
|
| diff --git a/apps/shell_window.h b/apps/shell_window.h
|
| index 98900386cf21633d0fe76ab33faf691aa3247232..d9f998f865754b040849d040744695bb79c4c454 100644
|
| --- a/apps/shell_window.h
|
| +++ b/apps/shell_window.h
|
| @@ -339,7 +339,9 @@ class ShellWindow : public content::NotificationObserver,
|
| virtual void CloseContents(content::WebContents* contents) OVERRIDE;
|
| virtual bool ShouldSuppressDialogs() OVERRIDE;
|
| virtual content::ColorChooser* OpenColorChooser(
|
| - content::WebContents* web_contents, SkColor color) OVERRIDE;
|
| + content::WebContents* web_contents,
|
| + SkColor color,
|
| + const std::vector<content::ColorSuggestion>& suggestions) OVERRIDE;
|
| virtual void RunFileChooser(
|
| content::WebContents* tab,
|
| const content::FileChooserParams& params) OVERRIDE;
|
|
|