Index: content/browser/renderer_host/render_view_host_impl.h |
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h |
index b64ba933a2c7ad6b80e793d5b8853aee808d1561..dba0b281b5d8a5fceae55df560498ec7d75175f6 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -338,7 +338,6 @@ class CONTENT_EXPORT RenderViewHostImpl |
void OnDidContentsPreferredSizeChange(const gfx::Size& new_size); |
void OnPasteFromSelectionClipboard(); |
void OnRouteCloseEvent(); |
- void OnRouteMessageEvent(const ViewMsg_PostMessage_Params& params); |
void OnStartDragging(const DropData& drop_data, |
blink::WebDragOperationsMask operations_allowed, |
const SkBitmap& bitmap, |