Chromium Code Reviews| 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 db2fc9cc930eb60f4e7939dcd62d3df2b810eded..25cc8dfa14027af4f6ae64c1470efebf3676a12a 100644 |
| --- a/content/public/browser/web_contents_delegate.h |
| +++ b/content/public/browser/web_contents_delegate.h |
| @@ -316,6 +316,7 @@ class CONTENT_EXPORT WebContentsDelegate { |
| virtual JavaScriptDialogCreator* GetJavaScriptDialogCreator(); |
| // Called when color chooser should open. Returns the opened color chooser. |
| + // ownership of the returned pointer is transferred to the caller. |
|
Peter Beverloo
2012/11/23 17:55:48
nit: Capital O.
Miguel Garcia
2012/11/26 11:35:10
Done.
|
| virtual content::ColorChooser* OpenColorChooser(WebContents* web_contents, |
| int color_chooser_id, |
| SkColor color); |