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 bf365262ec0d1eac15607fc68a2d5171ee5e58c0..4c3f3f1b9581d22cd9e701d3ac581561bc4859ab 100644 |
--- a/content/browser/renderer_host/render_view_host.h |
+++ b/content/browser/renderer_host/render_view_host.h |
@@ -314,10 +314,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); |
@@ -605,9 +601,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, |