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 15883b6c1e406409563f472588fab4da8fb7099f..3e6b0154a5252e9f4811f62228c4c72600f07cd0 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -348,7 +348,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, |