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

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

Issue 9203001: Implement input type=color UI (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fixed issues/removed color_select_helper/added color_chooser_id Created 8 years, 10 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/render_view_host_delegate.h
diff --git a/content/public/browser/render_view_host_delegate.h b/content/public/browser/render_view_host_delegate.h
index 5a7ab880cc3f0b8edd0b8d8af8ec3738aff2dfd3..513c7134089ca89ac97879ae180adbd089721d44 100644
--- a/content/public/browser/render_view_host_delegate.h
+++ b/content/public/browser/render_view_host_delegate.h
@@ -374,6 +374,10 @@ class CONTENT_EXPORT RenderViewHostDelegate : public IPC::Channel::Listener {
virtual void HandleMouseUp() {}
virtual void HandleMouseActivate() {}
+ // Callback to inform the browser that the ColorChooser has ended. Gives the
+ // browser a chance to destroy the ColorChooser.
+ virtual void DidEndColorChooser() {}
+
// Called when a file selection is to be done.
virtual void RunFileChooser(
RenderViewHost* render_view_host,

Powered by Google App Engine
This is Rietveld 408576698