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

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

Issue 13150004: Support color chooser inside extesions, apps, chrome frame, dev tool (Closed) Base URL: http://git.chromium.org/chromium/src.git@ngcolor
Patch Set: Created 7 years, 9 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.h
diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
index 6705514a7bc03dd437982049294404eedc0e92ab..2aa44573869dcece8657ddd8ea23f55a2623144d 100644
--- a/content/public/browser/web_contents_delegate.h
+++ b/content/public/browser/web_contents_delegate.h
@@ -323,8 +323,6 @@ class CONTENT_EXPORT WebContentsDelegate {
int color_chooser_id,
SkColor color);
- virtual void DidEndColorChooser() {}
-
// Called when a file selection is to be done.
virtual void RunFileChooser(WebContents* web_contents,
const FileChooserParams& params) {}

Powered by Google App Engine
This is Rietveld 408576698