Index: content/browser/renderer_host/render_widget_host.h |
diff --git a/content/browser/renderer_host/render_widget_host.h b/content/browser/renderer_host/render_widget_host.h |
index a275b58536d3cc20983ccbd2246d51f8d473fc2a..e2ec8993a66e2818561a60195d3fc0293e7538f2 100644 |
--- a/content/browser/renderer_host/render_widget_host.h |
+++ b/content/browser/renderer_host/render_widget_host.h |
@@ -446,6 +446,8 @@ class RenderWidgetHost : public IPC::Channel::Listener, |
void OnMsgRenderViewGone(int status, int error_code); |
void OnMsgClose(); |
void OnMsgRequestMove(const gfx::Rect& pos); |
+ void OnMsgSetTooltipText(const std::wstring& tooltip_text, |
+ WebKit::WebTextDirection text_direction_hint); |
void OnMsgPaintAtSizeAck(int tag, const gfx::Size& size); |
void OnMsgUpdateRect(const ViewHostMsg_UpdateRect_Params& params); |
void OnMsgInputEventAck(const IPC::Message& message); |