Index: content/browser/frame_host/render_frame_proxy_host.h |
diff --git a/content/browser/frame_host/render_frame_proxy_host.h b/content/browser/frame_host/render_frame_proxy_host.h |
index 964750691590097a83f9ac91972fc406ce43110a..f9fd02b178b2ac0b946b6f953f3beccb86b4d5f6 100644 |
--- a/content/browser/frame_host/render_frame_proxy_host.h |
+++ b/content/browser/frame_host/render_frame_proxy_host.h |
@@ -11,6 +11,8 @@ |
#include "ipc/ipc_listener.h" |
#include "ipc/ipc_sender.h" |
+struct FrameMsg_PostMessage_Params; |
+ |
namespace content { |
class CrossProcessFrameConnector; |
@@ -116,6 +118,7 @@ class RenderFrameProxyHost |
private: |
// IPC Message handlers. |
void OnOpenURL(const FrameHostMsg_OpenURL_Params& params); |
+ void OnRouteMessageEvent(const FrameMsg_PostMessage_Params& params); |
// This RenderFrameProxyHost's routing id. |
int routing_id_; |