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

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..ea5b02c7b61ff8f50e5ec826fa7f8422c65b1aa1 100644
--- a/content/public/browser/web_contents_delegate.cc
+++ b/content/public/browser/web_contents_delegate.cc
@@ -145,7 +145,10 @@ bool WebContentsDelegate::IsFullscreenForTabOrPending(
}
content::ColorChooser* WebContentsDelegate::OpenColorChooser(
- WebContents* web_contents, SkColor color) {
+ WebContents* web_contents,
newt (away) 2013/08/19 23:18:19 indented too far
keishi 2013/08/26 05:28:54 Done.
+ SkColor color,
+ const std::vector<SkColor>& suggestions,
+ const std::vector<string16>& suggestion_labels) {
return NULL;
}

Powered by Google App Engine
This is Rietveld 408576698