| 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 91a7cc9ddb7eeff5cd13c346bcadd51ddea3125a..b6bb2c92b7b156a2fe08fb191eb22505499626f6 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -38,6 +38,7 @@ struct ViewHostMsg_CreateWindow_Params;
|
| struct ViewHostMsg_DidFailProvisionalLoadWithError_Params;
|
| struct ViewHostMsg_ShowPopup_Params;
|
| struct ViewMsg_Navigate_Params;
|
| +struct ViewMsg_PostMessage_Params;
|
| struct ViewMsg_StopFinding_Params;
|
|
|
| namespace base {
|
| @@ -485,6 +486,7 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| const gfx::Rect& end_rect);
|
| void OnMsgPasteFromSelectionClipboard();
|
| void OnMsgRouteCloseEvent();
|
| + void OnMsgRouteMessageEvent(const ViewMsg_PostMessage_Params& params);
|
| void OnMsgRunJavaScriptMessage(const string16& message,
|
| const string16& default_prompt,
|
| const GURL& frame_url,
|
|
|