| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index 8a3d03865fd87bd461c0b7ece178b9c73b95628d..31d5ab611f0e04c431bfe99ccc7c1d76954862cd 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -393,11 +393,10 @@ class WebContents : public PageNavigator,
|
| virtual bool GotResponseToLockMouseRequest(bool allowed) = 0;
|
|
|
| // Called when the user has selected a color in the color chooser.
|
| - virtual void DidChooseColorInColorChooser(int color_chooser_id,
|
| - SkColor color) = 0;
|
| + virtual void DidChooseColorInColorChooser(SkColor color) = 0;
|
|
|
| // Called when the color chooser has ended.
|
| - virtual void DidEndColorChooser(int color_chooser_id) = 0;
|
| + virtual void DidEndColorChooser() = 0;
|
|
|
| // Returns true if the location bar should be focused by default rather than
|
| // the page contents. The view calls this function when the tab is focused
|
|
|