| 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 8667787330876a3e3ae8f5ea13f92141e21f8de8..8e3dc099e02715fc6cfef5a93bc6ea31ab949cd0 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 ViewHostMsg_PostMessage_Params;
|
| struct ViewMsg_StopFinding_Params;
|
|
|
| namespace base {
|
| @@ -486,6 +487,7 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| const gfx::Rect& end_rect);
|
| void OnMsgPasteFromSelectionClipboard();
|
| void OnMsgRouteCloseEvent();
|
| + void OnMsgRouteMessageEvent(const ViewHostMsg_PostMessage_Params& params);
|
| void OnMsgRunJavaScriptMessage(const string16& message,
|
| const string16& default_prompt,
|
| const GURL& frame_url,
|
|
|