| Index: content/public/browser/web_contents_delegate.h
|
| diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
|
| index 7371bda8077e25e20e74a7d286b4ae41380148e0..3b2f2a2c278bede0ddf28328a558b2fcb22dc6aa 100644
|
| --- a/content/public/browser/web_contents_delegate.h
|
| +++ b/content/public/browser/web_contents_delegate.h
|
| @@ -321,11 +321,8 @@ class CONTENT_EXPORT WebContentsDelegate {
|
|
|
| // Called when color chooser should open. Returns the opened color chooser.
|
| // Ownership of the returned pointer is transferred to the caller.
|
| - virtual content::ColorChooser* OpenColorChooser(WebContents* web_contents,
|
| - int color_chooser_id,
|
| - SkColor color);
|
| -
|
| - virtual void DidEndColorChooser() {}
|
| + virtual ColorChooser* OpenColorChooser(WebContents* web_contents,
|
| + SkColor color);
|
|
|
| // Called when a file selection is to be done.
|
| virtual void RunFileChooser(WebContents* web_contents,
|
|
|