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, |