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

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

Issue 11316153: implement input type=color for android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 8 years, 1 month 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.h
diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
index db2fc9cc930eb60f4e7939dcd62d3df2b810eded..25cc8dfa14027af4f6ae64c1470efebf3676a12a 100644
--- a/content/public/browser/web_contents_delegate.h
+++ b/content/public/browser/web_contents_delegate.h
@@ -316,6 +316,7 @@ class CONTENT_EXPORT WebContentsDelegate {
virtual JavaScriptDialogCreator* GetJavaScriptDialogCreator();
// Called when color chooser should open. Returns the opened color chooser.
+ // ownership of the returned pointer is transferred to the caller.
Peter Beverloo 2012/11/23 17:55:48 nit: Capital O.
Miguel Garcia 2012/11/26 11:35:10 Done.
virtual content::ColorChooser* OpenColorChooser(WebContents* web_contents,
int color_chooser_id,
SkColor color);

Powered by Google App Engine
This is Rietveld 408576698