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

Unified Diff: chrome/browser/ui/views/external_tab_container_win.cc

Issue 23593006: Add support for datalist to input type color Base URL: https://chromium.googlesource.com/chromium/src.git@colorstretch
Patch Set: Created 7 years, 3 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: chrome/browser/ui/views/external_tab_container_win.cc
diff --git a/chrome/browser/ui/views/external_tab_container_win.cc b/chrome/browser/ui/views/external_tab_container_win.cc
index 806f3b0755c87ad9599d8262534bdc163ca3e953..76b0abe336e5164266a86ede2d35a7e8b87fa82e 100644
--- a/chrome/browser/ui/views/external_tab_container_win.cc
+++ b/chrome/browser/ui/views/external_tab_container_win.cc
@@ -999,7 +999,10 @@ void ExternalTabContainerWin::ShowRepostFormWarningDialog(WebContents* source) {
}
content::ColorChooser* ExternalTabContainerWin::OpenColorChooser(
- WebContents* web_contents, SkColor initial_color) {
+ WebContents* web_contents,
+ SkColor initial_color,
+ const std::vector<SkColor>& suggestions,
+ const std::vector<string16>& suggestion_labels) {
return chrome::ShowColorChooser(web_contents, initial_color);
}

Powered by Google App Engine
This is Rietveld 408576698