Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Unified Diff: components/web_contents_delegate_android/web_contents_delegate_android.h

Issue 23026006: Add support for color input datalist on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/web_contents_delegate_android/web_contents_delegate_android.h
diff --git a/components/web_contents_delegate_android/web_contents_delegate_android.h b/components/web_contents_delegate_android/web_contents_delegate_android.h
index 68bca15cf4493707dca80422d5d950370cd91258..b70df08d0b2c0c2cb7ab48bb0bd29ed9e3852404 100644
--- a/components/web_contents_delegate_android/web_contents_delegate_android.h
+++ b/components/web_contents_delegate_android/web_contents_delegate_android.h
@@ -53,8 +53,11 @@ class WebContentsDelegateAndroid : public content::WebContentsDelegate {
virtual content::WebContents* OpenURLFromTab(
content::WebContents* source,
const content::OpenURLParams& params) OVERRIDE;
- virtual content::ColorChooser* OpenColorChooser(content::WebContents* source,
- SkColor color) OVERRIDE;
+ virtual content::ColorChooser* OpenColorChooser(
+ content::WebContents* source,
+ SkColor color,
+ const std::vector<SkColor>& suggestions,
+ const std::vector<string16>& suggestion_values) OVERRIDE;
newt (away) 2013/08/19 23:18:19 "suggestion_labels"
virtual void NavigationStateChanged(const content::WebContents* source,
unsigned changed_flags) OVERRIDE;
virtual void AddNewContents(content::WebContents* source,

Powered by Google App Engine
This is Rietveld 408576698