Index: chrome/browser/renderer_host/render_view_host.h |
diff --git a/chrome/browser/renderer_host/render_view_host.h b/chrome/browser/renderer_host/render_view_host.h |
index 5f6188d9515a6b9872cab1951814ec7527b1eedc..8a4a7624428352e22ce20a6a2fa88920ca9cc0d2 100644 |
--- a/chrome/browser/renderer_host/render_view_host.h |
+++ b/chrome/browser/renderer_host/render_view_host.h |
@@ -589,6 +589,9 @@ class RenderViewHost : public RenderWidgetHost { |
WebKit::WebTextDirection text_direction_hint); |
void OnMsgSelectionChanged(const std::string& text); |
void OnMsgPasteFromSelectionClipboard(); |
+ void OnMsgRegisterProtocolHandler(const std::string& protocol, |
+ const std::string& url, |
+ const std::string& title); |
void OnMsgRunJavaScriptMessage(const std::wstring& message, |
const std::wstring& default_prompt, |
const GURL& frame_url, |