Chromium Code Reviews| Index: content/components/web_contents_delegate_android/web_contents_delegate_android.h |
| diff --git a/content/components/web_contents_delegate_android/web_contents_delegate_android.h b/content/components/web_contents_delegate_android/web_contents_delegate_android.h |
| index 967177cc94e71db1d8fecbac6c79810753d2a9fc..2cc126377a36a4ac0a274b1aa1742648c7fa6403 100644 |
| --- a/content/components/web_contents_delegate_android/web_contents_delegate_android.h |
| +++ b/content/components/web_contents_delegate_android/web_contents_delegate_android.h |
| @@ -55,6 +55,9 @@ class WebContentsDelegateAndroid : public WebContentsDelegate { |
| WebContents* source, |
| const OpenURLParams& params) OVERRIDE; |
| + virtual content::ColorChooser* OpenColorChooser( |
| + content::WebContents* web_contents, int color_chooser_id, |
|
bulach
2012/11/26 11:29:32
nit: from the methods around here, "content::WebCo
Miguel Garcia
2012/11/26 13:25:58
In the .cc file sometimes is web_contents sometime
|
| + SkColor color) OVERRIDE; |
| virtual void NavigationStateChanged(const WebContents* source, |
| unsigned changed_flags) OVERRIDE; |
| virtual void AddNewContents(WebContents* source, |