Index: content/browser/renderer_host/render_view_host.h |
diff --git a/content/browser/renderer_host/render_view_host.h b/content/browser/renderer_host/render_view_host.h |
index cc3bfacac8fe5aa5a76f6fe00120b2b552e97818..38a4aa2939ab45bfbb8e3a1a60c1a73c23a37326 100644 |
--- a/content/browser/renderer_host/render_view_host.h |
+++ b/content/browser/renderer_host/render_view_host.h |
@@ -313,10 +313,6 @@ class RenderViewHost : public RenderWidgetHost { |
bool success, |
const std::wstring& prompt); |
- // Notifies the RenderView that the modal html dialog has been closed. |
- void ModalHTMLDialogClosed(IPC::Message* reply_msg, |
- const std::string& json_retval); |
- |
// Send an action to the media player element located at |location|. |
void MediaPlayerActionAt(const gfx::Point& location, |
const WebKit::WebMediaPlayerAction& action); |
@@ -603,9 +599,6 @@ class RenderViewHost : public RenderWidgetHost { |
void OnMsgRunBeforeUnloadConfirm(const GURL& frame_url, |
const std::wstring& message, |
IPC::Message* reply_msg); |
- void OnMsgShowModalHTMLDialog(const GURL& url, int width, int height, |
- const std::string& json_arguments, |
- IPC::Message* reply_msg); |
void OnMsgStartDragging(const WebDropData& drop_data, |
WebKit::WebDragOperationsMask operations_allowed, |
const SkBitmap& image, |