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

Unified Diff: content/public/browser/web_contents_delegate.cc

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: content/public/browser/web_contents_delegate.cc
diff --git a/content/public/browser/web_contents_delegate.cc b/content/public/browser/web_contents_delegate.cc
index 68100025db9a8dfcb96cb1c1df1caa92f6b3b98a..dd80c79111afc0f6a42f1c11a139c8d6a41c9efc 100644
--- a/content/public/browser/web_contents_delegate.cc
+++ b/content/public/browser/web_contents_delegate.cc
@@ -145,7 +145,9 @@ bool WebContentsDelegate::IsFullscreenForTabOrPending(
}
content::ColorChooser* WebContentsDelegate::OpenColorChooser(
- WebContents* web_contents, SkColor color) {
+ WebContents* web_contents,
+ SkColor color,
+ const std::vector<ColorSuggestion>& suggestions) {
return NULL;
}

Powered by Google App Engine
This is Rietveld 408576698